https://github.com/timursevimli/backend-medium
Created with NestJS for medium website
https://github.com/timursevimli/backend-medium
Last synced: 9 months ago
JSON representation
Created with NestJS for medium website
- Host: GitHub
- URL: https://github.com/timursevimli/backend-medium
- Owner: timursevimli
- Created: 2022-11-22T09:32:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T10:10:30.000Z (over 3 years ago)
- Last Synced: 2025-01-11T17:34:00.227Z (over 1 year ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
The backend project for medium clone.
## Installation
```bash
$ yarn install
```
## Running the app
```bash
# development with watch mode
$ yarn start
```