Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phantom-98/anime-api
https://github.com/phantom-98/anime-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/phantom-98/anime-api
- Owner: phantom-98
- Created: 2024-11-16T09:38:14.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-16T09:38:29.000Z (about 2 months ago)
- Last Synced: 2024-11-16T10:25:51.425Z (about 2 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anime API
## Installation
1. Clone the repository:
```bash
git clone
cd anime-api2. composer install
3. in .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=anime_db
DB_USERNAME=your_username
DB_PASSWORD=your_password4. php artisan migrate
5. php artisan anime:fetch