A starter kit that utilizes the modern kit for a backend app. It is designed to setup as simple as possible to extend for different uses.
node >= v12.13.0
npm >= v6.12.0
- lone the repository
- Extend / Add more dependencies for suitable needs
- Run
npm install - Rename
.env.exampleto.envand other necessary variables needed
npm run watch- starts a nodemon server and watching for file changesnpm run start- starts the node server
- Express