dxaviud / gen-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 75.8%Language:Pug 24.1%Language:CSS 0.1%