https://github.com/lithos-hub/imovies
Web app about movies using The Movie Database API and Firebase backend
https://github.com/lithos-hub/imovies
api api-rest app cine css firebase html javascript movies spa vuejs
Last synced: 3 months ago
JSON representation
Web app about movies using The Movie Database API and Firebase backend
- Host: GitHub
- URL: https://github.com/lithos-hub/imovies
- Owner: Lithos-hub
- Created: 2020-12-17T16:15:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T15:55:53.000Z (about 4 years ago)
- Last Synced: 2026-01-03T16:32:19.495Z (6 months ago)
- Topics: api, api-rest, app, cine, css, firebase, html, javascript, movies, spa, vuejs
- Language: Vue
- Homepage: https://imovies-app.netlify.app/
- Size: 33.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iMovies

iMovies is a web application developed by me using Vue + Vuetify.
This application uses The Movie Database (TMDB) API to show info about movies (release dates, titles, vote average, overviews, etc).
Since I started developing it at October 2019, a tons of changes have been added, such as global visual and design improvements; internationalization (English / Spanish); a login/register backend using Google Firebase Authentication; a movies CRUD backend system using Google Firebase Firestore; navigation guard or a Trivia game (available in Beta phase since version 2.3.0). Since version 3.0.0, you are able to send friendship requests to other users and chat with your friends. Also, you will earn rewards and unlock achievements depending on the actions you do.
This application is under continuous development.
:page_with_curl: Changelog :page_with_curl: [Read changelog](https://github.com/Lithos-hub/iMovies/issues/3)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).