- Clone the repository.
- Run
composer install
. - Create a database in mysql or mariadb before moving to next step
- Edit
.env
and update the database credentials. - Run
php artisan migrate --seed
to set up the database. - Run
php artisan translations:populate
to populate the database with 100k+ records. - Run
php artisan serve
to start the application.
- Please find the API documentation at https://documenter.getpostman.com/view/2718860/2sAYdfpWWT