Moviz is the attempt to make an ultralight version of IMDB in one month. Even if this app is far from production ready, i wanted to give it a try. Stack is the following:
- Vue
- Vuetify for material design
- Google Firebase
- i18n
- Video.js
- User login system (Firebase Auth)
- Write and manage reviews
- Add movies in the app using the admin form
- Full text search
The app also has a small role system where moderators can restrict reviews, admins can add movies and superadmins can add/remove roles and ban users.
This project is for learning purposes; the performance is not good due to unused CSS from Vuetify, component code that is not optimized and also some features are not finished yet.