/express-generator-auth

Boilerplate | ExpressJS server + Passport auth

Primary LanguageJavaScript

Express generator + auth

Boilerplate for a basic ExpressJS backend (incl. all auth routes and views - PassportJS login & sessions)

Install

  • Run npm i on the root directory

Run

  • Create a .env file on the root directory to populate the database (DB) and port (PORT)
  • Run npm run dev command on the root directory