Boilerplate for a basic ExpressJS backend (incl. all auth routes and views - PassportJS login & sessions)
- Run
npm ion the root directory
- Create a
.envfile on the root directory to populate the database (DB) and port (PORT) - Run
npm run devcommand on the root directory