an api made with laravel to upload and review books as well as rate them. uses jwt for authentication
- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- GD PHP Extension
- Imagick PHP Extension
- Note: Improper permission on storage & public folder will lead to server & application errors
- Clone to your server
- Run
composer install
to install all the dependencies - Create
.env
in application root bycp .env.example .env
set up your db name,username to root and no password - Run
php artisan key:generate
to generate application key - Run
php artisan migrate
to migrate tables to your database. - Run
php artisan serve
to start server and app should be ready.