This project is the backend project for Leda-Frontend.
npm install
npm run dev
npm run start
npm run prod
- Node.js (express.js framework) + MongoDB
- Steve Jin
- POST /api/register - register user
- POST /api/login - login user
+- constants/ : set common constants and text(ex: message, const) (auto-generated by test runner)
+- database/
| +- models/
| +- seeds/
+- routes/ : add controllers and api router
+- utils/ : common functions
+- .babelrc
+- .env
+- .gitignore
+- jsconfig.js: vs code setting
+- package.json
+- passport.js: set passport for authentication
+- README.md
+- server.js : the express app boilerplate