Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aydgn/vmdb
Vue Movie Database
https://github.com/aydgn/vmdb
tmdb vite vue vue3
Last synced: about 2 months ago
JSON representation
Vue Movie Database
- Host: GitHub
- URL: https://github.com/aydgn/vmdb
- Owner: aydgn
- Created: 2021-07-07T09:30:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T05:52:36.000Z (over 1 year ago)
- Last Synced: 2024-04-15T02:00:08.343Z (10 months ago)
- Topics: tmdb, vite, vue, vue3
- Language: Vue
- Homepage: http://vmdb.vercel.app
- Size: 13.9 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VMDb
Vue Movie Database App
![image](vmdb.png)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```