This servise is based on react server which contain REST API to use the Django Backend server called PICNUI_BackEnd. The server is resposnible for some services given below
- This first module of this project is Robot Learning Management System (RLMS). The project mainly uses RLMS to manage the trainings of robots. It allows the trainer to add, edit, or delete the different training routines and robot’s profiles.
- The Second module of this project is Robot learning System (RLS) in which the actual robot routines is handled by the help of django server.
- The third module of this project is to activate the respective simulation enviornment using backend server.
- First of all install nodeJS.
sudo apt update
sudo apt install nodejs
- Install Node Package Manager:
sudo apt update
sudo apt install npm
- Install all packages of node use by this project:
npm install
In the project directory, you can run:
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.