Dawit Insurance Backend API

This is a simple backend API for Dawit Insurance. It is built with Laravel 8 and MySQL.

Installation

  • 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

Potential improvements

  • Documentation using swagger
  • Revolving secret key for form posting