Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/struckchure/blog_api_nestjs


https://github.com/struckchure/blog_api_nestjs

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

## blog_api_nestjs

Blog with NestJs and Prisma

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
```