https://github.com/chiubaca/whatch
What To Watch - A Film Recommendation App 🎞
https://github.com/chiubaca/whatch
netlify-functions typescript vue
Last synced: 8 months ago
JSON representation
What To Watch - A Film Recommendation App 🎞
- Host: GitHub
- URL: https://github.com/chiubaca/whatch
- Owner: chiubaca
- Created: 2020-09-18T17:22:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T19:16:55.000Z (about 5 years ago)
- Last Synced: 2025-01-09T06:12:17.595Z (10 months ago)
- Topics: netlify-functions, typescript, vue
- Language: JavaScript
- Homepage: https://whatch.netlify.app/
- Size: 1.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Whatch - /wɒtʃ/
A Movie Recomendation App
# Running Locally
Ensure you have `.env` set up with the following variable setup
```
VUE_APP_DEV_API_BASE_URL=http://localhost:8888/.netlify/functions
VUE_APP_MOVIE_DB_API_KEY=
```
You can get your own free Movie DB API key by following the instructions [here](https://www.themoviedb.org/documentation/api).
## Install Dependancies
```
npm install
```
## Run Dev Server
Start a [Netlify Dev](https://www.netlify.com/products/dev/) instance to run the app.
```
npm run ndev
```
Happy Hacking! 😎