Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gentritabazi/nestjs-api-starter
💻 NestJs Api Starter.
https://github.com/gentritabazi/nestjs-api-starter
nestjs-api nestjs-api-starter nestjs-auth nestjs-starter
Last synced: about 1 month ago
JSON representation
💻 NestJs Api Starter.
- Host: GitHub
- URL: https://github.com/gentritabazi/nestjs-api-starter
- Owner: gentritabazi
- Created: 2020-11-29T18:42:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T08:54:38.000Z (over 3 years ago)
- Last Synced: 2024-11-29T03:45:54.842Z (about 1 month ago)
- Topics: nestjs-api, nestjs-api-starter, nestjs-auth, nestjs-starter
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
A starter Api for [NestJs](https://github.com/nestjs/nest) framework.
## Included
* Auth System.
* Config Service (To work with `.env`).
* Typeorm.
* Users module.## Typeorm Migrations
Create migration:
`npm run typeorm:migration:create {name}`Run migrations:
`npm run typeorm:migration:run`## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Author
* Name: **Gentrit Abazi**
* Email: **[email protected]**