Rest API developed using Typescript and Nest.js.
Run the database with the command:
docker-compose up -d
You can install the application server, from the root folder, the following command:
yarn install
yarn start:dev
In the development environment, endpoints can be accessed from the url: localhost:3333/
The endpoints and how to use them (using Swagger) can be accessed at the url localhost: 3333/api
, after running the command:
yarn start:dev