Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 718 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 718 Bytes

Stacks/Libs

  • Node.js
  • Typescript
  • MongoDB
  • Jest
  • Mongoose
  • Express
  • Multer

Start Application

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.

Start unit tests

You must have installed the modules before with:
npm i
After:
npm run test:unit

Postman Documentation

Documentation online

Postman collection

Collection online