/gen-express

Primary LanguageJavaScript

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

  1. Install MongoDB and create a local_library database
  2. Run npm i in the project root

Run

For windows:

npm run windev

For mac/linux:

npm run macdev