An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Tale Galaxy
**Galaktyka Bajek** - stary projekt PHP przepisany na Vue i Express.

Project preview
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.