API with NestJS using TypeORM, JWT, PostgreSQL & Passport
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Set your configuration in a .env
file with the values of .env.example
file
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Esteban Alvarez - Initial work - @alvarez98
- A template to make good README.md - Base template - PurpleBooth
This project is licensed under the MIT License - see the LICENSE file for details
Made with ❤️ by Esteban Alvarez