https://github.com/tonysantana1492/nestjs-postgres-template
https://github.com/tonysantana1492/nestjs-postgres-template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonysantana1492/nestjs-postgres-template
- Owner: tonysantana1492
- Created: 2023-04-12T20:54:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T21:27:27.000Z (about 2 years ago)
- Last Synced: 2025-05-16T20:08:31.984Z (5 months ago)
- Language: TypeScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Simple test!**
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository with custom setup maintaining industry standard best practices. Just clone and start building without worrying about anything. Focus on the product not the setup.
## Overview
## Installation
```bash
$ npm install
```## Config env variables
Rename __.env.example__ file to __.env__## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod# with docker
$ docker-compose up -d
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## Stay in touch
- Author - __Tony Santana López__
## License
Nest is [MIT licensed](LICENSE).