Node API bootstrap using Typescript with Express, Mongo and Jest. Simple to start a new node API project with a good base configuration and a solid file structure.
You need to have node installed
You need to have MongoDB running on your machine
yarn install
duplicate the file config/local.env.sample.ts and rename it to local.env.ts
yarn dev
yarn test
yarn build
Clone repo:
git clone git@github.com:marco-martins/node-api-bootstrap.git
- Add scripts to generate the models and controllers