Skip to content

B3llo/nest-simple-crud

Repository files navigation

🔺 Simple Nest.js CRUD

Description

Basic CRUD with requests authentication made with Nest.js.

⚙️ Technologies

  • TypeORM
  • Swagger
  • MySQL
  • TypeScript

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Documentation

Swagger Documentation

/api