Skip to content

myfreax/nest-starter

Repository files navigation

nest-starter

Quickly start nest.js project for you

Badge

Feature

  • Auto validate with class-validator
  • Adheres OpenAPI specification by swagger
  • Authentication(JWT,Local)
  • Authorization(Attribute-Based Access Control)
  • Databases support(SQLite,MySQL,PostgreSQL power by Prisma)

Status

In development

Roadmap

Check out we Roadmap

Installation

$ docker run -itd -p 5432:5432 -e POSTGRES_PASSWORD=randompassword --name postgres  postgres
$ yarn install
$ yarn db:migrate
$ yarn db:seed

Running the app

# development
$ yarn dev:start

License

nest-starter is Apache-2.0 License.