Reference for implementation clean architecture:
- nodejs
- typescript
- http (express default)
- database (mongo default)
- clone repository
$ git clone git@github.com:jabardigitalservice/master-file-service.git
- install node
$ npm install
- Copy
.env
from.env.example
$ cp .env.example .env