gen-express
Deployed to Heroku -> App
Initialized with express-generator
(updated all packages afterwards). This is roughly based on MDN's express LocalLibrary but has cookie-based authentication and authorization implemented.
Local development setup
- Install MongoDB and create a local_library database
- Run
npm i
in the project root
Run
For windows:
npm run windev
For mac/linux:
npm run macdev