Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucapasquale/watchlist
https://github.com/lucapasquale/watchlist
react tailwind typescript youtube
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucapasquale/watchlist
- Owner: lucapasquale
- Created: 2024-08-18T20:44:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T21:33:46.000Z (about 1 month ago)
- Last Synced: 2024-10-01T15:49:12.500Z (about 1 month ago)
- Topics: react, tailwind, typescript, youtube
- Language: TypeScript
- Homepage: https://watchlist.luca.codes
- Size: 474 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watchlist
Create and share playlists of your favorite videos!
Supports YouTube, Twitch and Reddit
### Running
Make sure to set your enviroment variables by copying `apps/api/.env.sample` to `apps/api/.env`, and filling them out.
Start the test and development databases with:
```sh
docker-compose -f docker-compose-dev.yml up -d
```Then, start the backend and frontend with
```sh
npx turbo run dev
```- The backend will be available at http://localhost:3000
- The frontend will be available at http://localhost:5173