In order to run this project, it's needed:
- Docker Desktop (here the Postgres database and pgAdmin will be build).
npm i
npm run db:up npm run db:migrate
In another bash (located in the same directory), run:
npm run send
Then, you will be able to log into the pgAdmin with email: [email protected] and password admin
In order to create a connection in pgAdmin the host must be host.docker.internal
npm run start:dev
npm run test:cov
Just added tests for weight-converter 😅
- Improve express response mechanism. Standardization.
- Implement schema validations.
- COVERAGE
- Workaround PrismaClient to work with inversify.
- Always can get better 🤷🏻♂️