Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```