An open API service indexing awesome lists of open source software.

https://github.com/adagio/youtube-news-backend-nestjs

Backend for my Youtube News app. NestJS
https://github.com/adagio/youtube-news-backend-nestjs

nestjs nestjs-backend youtube youtube-api

Last synced: 2 months ago
JSON representation

Backend for my Youtube News app. NestJS

Awesome Lists containing this project

README

        

# Backend for Youtube News app

## History

Check out our [migration story](HISTORY.md) from Python FastAPI to TypeScript NestJS, powered by AI pair programming.

## Running the Project

### Prerequisites
- NodeJS v22
- Docker (optional)

### Change current directory to 'youtube-news'
```sh
cd youtube-news
```

### Setup
```sh
npm install
```
### Run
```sh
npm run start:dev
```