https://github.com/roluochke/medium-api
Medium Clone API build with NestJs
https://github.com/roluochke/medium-api
nestjs nodejs postgresql typeorm typerscript
Last synced: 10 months ago
JSON representation
Medium Clone API build with NestJs
- Host: GitHub
- URL: https://github.com/roluochke/medium-api
- Owner: rOluochKe
- Created: 2023-09-12T07:08:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T14:14:24.000Z (over 2 years ago)
- Last Synced: 2025-02-05T21:00:59.573Z (12 months ago)
- Topics: nestjs, nodejs, postgresql, typeorm, typerscript
- Language: TypeScript
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Medium Clone API
An API build using the NestJS framework.
## 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
```