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

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 🎞

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! 😎