jikan-rest/README.MD

19 lines
486 B
Plaintext
Raw Normal View History

2018-04-21 13:28:44 +05:00
# Jikan REST API Source
2018-04-21 13:29:40 +05:00
This REST API is built on Lumen and is in development, therefore neither will I produce or help in any form for any kind of in-depth installation/set up or guides for the time being
2018-04-21 13:28:44 +05:00
## What this requires
- Composer
- Lumen
2018-05-12 10:52:46 +05:00
- BugSnag (API Key)
2018-04-21 13:28:44 +05:00
- JikanPHP Library (just composer update)
- Redis
## Quick set up
2018-05-09 06:19:31 +05:00
1. Git Clone the repo
2. Rename `.env.example` to `.env`
2018-04-21 13:28:44 +05:00
3. `composer update`
2018-05-09 06:19:31 +05:00
4. Make a BugSnag Account & set the API Key in `.env`
2018-05-09 06:21:23 +05:00
5. Install Redis