Nest Logo

Ignite Lab Node.js | Notifier

🖥️ Projeto   |    🚀 Tecnologias   |    📝 License   |    📚 Anotações Notion   |    📚 Anotações Notion 🔒

wakatime

💻 Projeto

Projeto de um Serviço de Notificação via push.

🚀 Tecnologias

Esse projeto foi desenvolvido com as seguintes tecnologias:

📝 License

Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.


Description

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov