https://github.com/gitfoxcode/talegalaxy
my old PHP project rewritten with Vue and Express.js. Netflix-like but with fairy tales and cartoons
https://github.com/gitfoxcode/talegalaxy
express videos vue
Last synced: 3 months ago
JSON representation
my old PHP project rewritten with Vue and Express.js. Netflix-like but with fairy tales and cartoons
- Host: GitHub
- URL: https://github.com/gitfoxcode/talegalaxy
- Owner: gitFoxCode
- Created: 2021-04-13T10:36:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T20:59:09.000Z (about 3 years ago)
- Last Synced: 2025-02-14T17:33:29.724Z (5 months ago)
- Topics: express, videos, vue
- Language: Vue
- Homepage:
- Size: 34.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tale Galaxy
**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)## About project
This is my old project rewritten from PHP to Vue.js and Express. Netflix but with fairy tales and cartoons, not just for kids.## Features
- 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### Instalation
For client:
```bash
npm install
npm run dev
```
For server:
```bash
npm install
#npm run seed (if there is no database)
npm run start
```## To do:
General refactoring, some things have gone out of fashion and can be written better.