Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/SaraVieira/movie-mash

A self hosted movie tracker
https://github.com/SaraVieira/movie-mash

Last synced: 3 months ago
JSON representation

A self hosted movie tracker

Awesome Lists containing this project

README

        

## MovieMash

MovieMash is an self-hosted open source movie tracker

- [Website](https://moviemash.dotenv.dev/)
- [Demo](https://demo.moviemash.dotenv.dev/) ([email protected]/admin123)

## Running Locally:

Fill in your keys, including the [TheMovieDB Key](https://developers.themoviedb.org/3/getting-started/authentication) and then you can run

```
yarn
npx prisma migrate dev
yarn dev
```