https://github.com/matheuscaet/nestjs-api
Modelo de Microserviço em Typescript, NestJs e Postgres
https://github.com/matheuscaet/nestjs-api
nestjs postgresql typeorm typescript
Last synced: about 2 months ago
JSON representation
Modelo de Microserviço em Typescript, NestJs e Postgres
- Host: GitHub
- URL: https://github.com/matheuscaet/nestjs-api
- Owner: matheuscaet
- Created: 2022-02-24T11:53:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T13:58:24.000Z (over 1 year ago)
- Last Synced: 2025-03-15T14:34:21.139Z (over 1 year ago)
- Topics: nestjs, postgresql, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Framework TypeScript and NestJs repository.
## Environment variables
Copy .env.example rename to .env and fill your database variables.
## Installation
```bash
$ yarn
```
## Running the app
```bash
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
```
## License
Nest is [MIT licensed](LICENSE).