Skip to content

byronkamal/desafio-nodejs

Repository files navigation

Desafio-nodejs

Project 💻

Rest API developed using Typescript and Nest.js.

Techs 🚀

Installation and Run 🔧

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/

Endpoints

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

About

Rest API developed using Nest.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published