- This project was deprecated, it will be redo, with an better arch and tech
This project pretends to be an replica of Netflix, but instead of streaming videos, movies, it will stream musics clips, discographies. Filtered by genre, artist, and some other things..
The repository contains the Front-End developed in VueJS, (SPA) and the Mobile Application developed in React Native.
Because of time, the project its unfinished yet, theres some of these follow things left that i'm still working on.
- Deal with JWT authentication
- Reponsive design for mobile apps
- Page section to account and content management
- Improve UI and UX
Mobile documentation still in progress
To install the project, after clone the repo, you must run
npm install
To run the application, for work properly, the back-end must be running, you can do this following its docs at the Back-End project.
After you got the Back-End running, you can follow with these steps:
npm run serve
npm run build
npm run lint
- Home Page
- Login Page
- Dashboard Page (1)
- Dashboard Page (2)