Simple user api using NestJS framework.
Install dependencies
npm install
Generate the archive .env and change the connection of Redis
and PostgreSQL
cp .env.example .env && cp .env.example .env.testing
To run E2E and Unit tests without logs
npm run test
To run E2E and Unit tests with debug logs
npm run test:debug
To run the application in development mode without debug logs
npm run start:dev
To run the application in development mode with debug logs
npm run start:debug:dev
See the project documentation accessing the main route /
Made with 🖤 by tuca1000 👨💻