https://github.com/aydgn/vmdb
Vue Movie Database
https://github.com/aydgn/vmdb
tmdb vite vue vue3
Last synced: 11 months ago
JSON representation
Vue Movie Database
- Host: GitHub
- URL: https://github.com/aydgn/vmdb
- Owner: aydgn
- Created: 2021-07-07T09:30:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T05:52:36.000Z (almost 3 years ago)
- Last Synced: 2025-07-13T14:46:51.453Z (about 1 year ago)
- Topics: tmdb, vite, vue, vue3
- Language: Vue
- Homepage: http://vmdb.vercel.app
- Size: 13.9 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VMDb
Vue Movie Database App

You need a [TMDb API](https://www.themoviedb.org/documentation/api) key to run the project locally.
Create and .env file in root directory and put your API Key as shown below:
```
VITE_KEY=YOURAPIKEY
```