/nestjs-restful-api

A RESTful application built with NestJs

Primary LanguageTypeScript

Nest Logo

Description

A RESTful API application built with Nest framework.

Features 🚀

  • Docker
  • TypeORM with MySQL database connection
  • Interceptors and Guards
  • Custom Decorators
  • Request Validation
  • JWT
  • Image Upload
  • CSV File Export

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.