Skip to content

kayode-adechinan/nestjs-typeorm-crud-pagination-cache-kit

Repository files navigation

Nest.js CRUD tarter kit

This kit contains the folowing features

  • Typorm
  • Sqlite
  • Postgres
  • Crud
  • Pagination

Installation

$ npm install

Handle migrations

Generate migrations

$ npm run typeorm:makemigrations "init"

Run migrations

$ npm run typeorm:migrate

Run

$ npm run start:dev

Run with docker

$ docker-compose up build

Accessing swagger documentation

http://localhost:3000/docs/

Have a special need ?

Mail me at: [email protected]

Or open an issue!

About

Nest.js starter kit optimized for typeorm, postgres, crud, pagination, caching and migrations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published