Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkrumahthis/what-to-watch
help me figure out what to watch
https://github.com/nkrumahthis/what-to-watch
Last synced: about 2 months ago
JSON representation
help me figure out what to watch
- Host: GitHub
- URL: https://github.com/nkrumahthis/what-to-watch
- Owner: nkrumahthis
- Created: 2024-04-27T23:04:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T23:47:45.000Z (6 months ago)
- Last Synced: 2024-06-30T08:45:50.745Z (6 months ago)
- Language: JavaScript
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Watch
Suggest movies for me to watch by picking between two options.
## Setup
```
npm install
cp .env.example .env
node api/app.js
npm run dev
```Get key from [moviedb](https://www.themoviedb.org/?language=en-GH)
Get mongodb atlas link from the [dashboard]()## Screenshots
Main Page
![main page screenshot](assets/screenshot_main.png)
Results Page
![results page screenshot](assets/screenshot_results.png)