Url-Short that contains both the frontend and backend code for our application. The frontend is built using ReactJS and the backend is built using NestJS.
In this repository is organized as follows:
/src
: This directory contains the NestJS backend application./docs
: This directory contains all the project documentation, including requirements, data flow diagrams, state diagrams, and BPMN2 diagrams.
This an api from Url-short with nestjs and Auth JWT.
pnpm install
docker-compose --env-file .env up -d
Note
Docker-compose read default envirioment file .env
you have rename .env.template
and change the value form variables
http://localhost:3000/api/seed
# development
pnpm run start
# watch mode
pnpm run start:dev
# production mode
pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
Nest is MIT licensed.