Use this repo to quickly get a standard structure for a node backend project (Express server)S
- After cloning the repo, reinitiate your git folder for your own project
- Run
npm init
npm install express morgan dotenv
- Add
"type": "module",
to the package.json file because this repo is using ES Module - Keep on hacking