TO DO:
- Database
- REST API
- Frontend
- ML Algorithm
- Unity Gamification (optional)
- Deployment (optional)
In the project directory, you can run:
Installs all dependencies needed by the backend server (express.js).
Installs all dependencies needed by the frontend client (react).
Runs the app in development mode.
Open http://localhost:3000 to view it in your browser.
Runs the server stand-alone, allowing you to utilize this as a RESTful API resource
by sending requests with a valid url.
Open http://localhost:5000 to send a default request in your browser.
Runs the react client app stand-alone. Note, most content will not be displayed if this is run without the server. Open http://localhost:3000 to view it in your browser.
All pages will reload when you make changes.
You may also see any lint errors in the console.
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment