Boilerplate for a basic ExpressJS backend (incl. all auth routes and views - PassportJS login & sessions)
- Run
npm i
on the root directory
- 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