Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/SaraVieira/movie-mash
- Owner: SaraVieira
- License: mit
- Created: 2022-02-12T22:47:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T17:06:07.000Z (over 2 years ago)
- Last Synced: 2024-06-28T06:35:07.530Z (4 months ago)
- Language: TypeScript
- Homepage: https://moviemash.dotenv.dev/
- Size: 18.8 MB
- Stars: 32
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```