https://github.com/fidden/anime-zero-backend
Backend part of animezero.ru
https://github.com/fidden/anime-zero-backend
php
Last synced: about 1 year ago
JSON representation
Backend part of animezero.ru
- Host: GitHub
- URL: https://github.com/fidden/anime-zero-backend
- Owner: Fidden
- Created: 2022-02-22T12:30:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T23:08:19.000Z (over 3 years ago)
- Last Synced: 2025-01-31T10:44:01.065Z (over 1 year ago)
- Topics: php
- Language: PHP
- Homepage: https://animezero.ru
- Size: 15.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnimeZero
Online anime cinema website
## Tech Stack
- Laravel
### Installation
1. Clone repository
```sh
git clone https://github.com/Fidden/anime-zero-recode.git
```
2. Install composer dependencies
```sh
php composer.phar install
```
4. Start local server
```sh
php artisan serve
```
### How to parse content ?
```sh
php artisan parse
```