Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/struckchure/blog_api_nestjs
https://github.com/struckchure/blog_api_nestjs
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/struckchure/blog_api_nestjs
- Owner: struckchure
- Created: 2023-01-22T11:24:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T11:09:08.000Z (about 1 year ago)
- Last Synced: 2024-10-07T19:46:06.342Z (29 days ago)
- Language: TypeScript
- Size: 387 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```