You need MongoDB installed as we are using the Mongo connector for Loopback
From the root folder (App/ToApp), install the dependencies
$ npm installTo run the server
$ npm startApp: http://localhost:3000 Loopback explorer: http://localhost:3000/explorer
This is the react source code. This is the code you edit
Open a new terminal in the "App/ToApp/client_src" folder
$ npm install -g create-react-appFrom the "client_src folder" install client dependencies
$ npm installTo Serve client
$ npm startThis should start on port 3001
From the "client_src" folder run
$ npm run buildThis will put all static assets in the Loopback "client" folder and update the main app
Functionality
- 
User Login 
- 
Add a task 
- 
Delete task(s) 
- 
Update a task 
- 
List of tasks 
1.Auth Management
2.User Management
3.Rest APIs to perform all the necessary actions mentioned above.