Skip to content

tuca1000/user-api

Repository files navigation

User API 😸

Simple user api using NestJS framework.

🚀 Running the project

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

☕ Project Documentation

See the project documentation accessing the main route /


Made with 🖤 by tuca1000 👨‍💻