This project was generated with Laravel 8
- Laravel Passport: Used for user authentication read more here
1- Clone or download this project from the repository.
2- After cloning you need to install project dependencies depending on your packages manager by running composer install
.
3- Copy and rename .env.example file to .env by runnings (for linux users) cp .env.example .env
.
4- Create a new database to use 5- Fill .env file with database credentials
-- DB_DATABASE=your database name
-- DB_USERNAME=your username
-- DB_PASSWORD=your password
6- Run php artisan passport:install
7- Run migrations with php artisan migrate
. Then run seeders to generate user with php artisan db:seed
Run php artisan serve
for a dev server. Navigate to http://localhost:8000/
.
Read the API Documentation here
This project is the back end of another application. You will find a Demo or the working project here
Don't hesitate to put any comment here 😉. )