This is a simple backend API for Dawit Insurance. It is built with Laravel 8 and MySQL.
- Clone the repository
- Install dependencies
- Setup database;
- Migrate database
- Add dummy data to database
Run sh run.sh
in your terminal
this file contains the following commands;
- Run
git clone https://github.com/mosesokemwa/be_dawit.git
- Run
composer install
- Run
php artisan migrate
- Run
php artisan db:seed
- Run
php artisan serve
- Documentation using swagger
- Revolving secret key for form posting