https://github.com/kaan35/blog-api
Rest API for CMS(Content Management System).
https://github.com/kaan35/blog-api
mongodb mongoose nestjs nodejs rest rest-api
Last synced: 5 months ago
JSON representation
Rest API for CMS(Content Management System).
- Host: GitHub
- URL: https://github.com/kaan35/blog-api
- Owner: kaan35
- Created: 2022-06-01T19:10:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T10:53:26.000Z (over 1 year ago)
- Last Synced: 2025-08-18T19:35:48.738Z (10 months ago)
- Topics: mongodb, mongoose, nestjs, nodejs, rest, rest-api
- Language: TypeScript
- Homepage:
- Size: 308 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Rest API for CMS(Content Management System).
## 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
```
## Author
- Kaan Karaman