- Typescript
- Node with Express
- MongoDB with mongoose
- Docker compose
You will need docker installed
To setup the containers are start the app in development mode, run the following command:
# clone it
$ git clone https://github.com/Nguyenanh/nodejs-express-mongodb-boilerplate.git
$ cd nodejs-express-mongodb-boilerplate
# run by docker
$ docker-compose up
MIT