An open API service indexing awesome lists of open source software.

https://github.com/myfreax/nest-starter

Quickly start nest.js project for you
https://github.com/myfreax/nest-starter

example-project nestjs restful restful-api starter-project starter-template

Last synced: 2 months ago
JSON representation

Quickly start nest.js project for you

Awesome Lists containing this project

README

        

# 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](https://github.com/huangyanxiong01/nest-starter/projects/1)

## Installation

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

## Running the app

```bash
# development
$ yarn dev:start

```

## License

nest-starter is [Apache-2.0 License](LICENSE).