https://github.com/timursevimli/top-api
Top api based on NestJS
https://github.com/timursevimli/top-api
Last synced: 23 days ago
JSON representation
Top api based on NestJS
- Host: GitHub
- URL: https://github.com/timursevimli/top-api
- Owner: timursevimli
- Created: 2022-11-29T21:19:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T23:26:59.000Z (over 3 years ago)
- Last Synced: 2025-03-01T01:44:49.634Z (over 1 year ago)
- Language: TypeScript
- Size: 1.04 MB
- Stars: 0
- 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 top api project.
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development with watch mode
$ npm run start:dev
```
## Running docker-compose
```bash
# need installed docker on your machine
$ docker-compose up
```