A simple boilerplate for NODEJS, EXPRESS and MONGODB REST API development .
- Make sure you have node.js v14 + npm v8 or above installed and ts-node installed.
- Clone this repo and cd into it using
git clone [email protected]:iamsirmike/node-mongo-boilerplate.git && cd node-mongo-boilerplate
- To get the project ready, run
npm install
- To run the project, run
npm run start
- To automatically rerun when you save, run
npm run watch
- To run tests
npm run test
- To automatically rerun when you save, run
Now you are ready to rumble!