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
- Host: GitHub
- URL: https://github.com/myfreax/nest-starter
- Owner: myfreax
- License: apache-2.0
- Created: 2021-03-31T09:08:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T12:16:35.000Z (almost 4 years ago)
- Last Synced: 2024-05-31T15:49:02.239Z (11 months ago)
- Topics: example-project, nestjs, restful, restful-api, starter-project, starter-template
- Language: TypeScript
- Homepage:
- Size: 178 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# nest-starter
Quickly start nest.js project for you
## 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).