Galaktyka Bajek - stary projekt PHP przepisany na Vue i Express.
Check out the screenshots of the app on my behance: [click here!](https://www.behance.net/foxcode)This is my old project rewritten from PHP to Vue.js and Express. Netflix but with fairy tales and cartoons, not just for kids.
- Authorization, Login and Registration
- Different types of accounts:
Administrator - Ability to manage users, series, episodes, comments, access codes and so on
Moderator - Ability to manage series, episodes and comments
Premium - Subscription User. Possibility to watch any episode available on the platform.
User - Regular user. He doesn't have too many possibilities, he can change his password, check his viewing history (if he had a premium account before), and of course he can buy a premium account.
Banned - Blocked access to parts of the site, blocked comments. - Bilingual API
- Series rating system
- Administration panel
For client:
npm install
npm run dev
For server:
npm install
#npm run seed (if there is no database)
npm run start
General refactoring, some things have gone out of fashion and can be written better.