Express generator

Boilerplate for a basic ExpressJS backend

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