- Node.js
- Typescript
- MongoDB
- Jest
- Mongoose
- Express
- Multer
I'm using docker compose to start the application together with mongodb.
To start the application use:
docker-compose up -d
You can check the application logs until it starts up.
Wait until the initialization finishes.
You must have installed the modules before with:
npm i
After:
npm run test:unit