https://github.com/emilenfc/nest-blog-api
Simple postsAPI
https://github.com/emilenfc/nest-blog-api
nestjs nodejs pasports postgres postgresql
Last synced: 2 months ago
JSON representation
Simple postsAPI
- Host: GitHub
- URL: https://github.com/emilenfc/nest-blog-api
- Owner: emilenfc
- Created: 2023-06-16T03:11:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T11:11:26.000Z (about 3 years ago)
- Last Synced: 2025-10-22T17:51:04.586Z (9 months ago)
- Topics: nestjs, nodejs, pasports, postgres, postgresql
- Language: TypeScript
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov