To run the application for the time please follow the below steps:
- Clone Repo and add .env File.
- Create a DataBase and add Add database credentials to env file.
- Run
composer install
to install all dependencies. - Run
php artisan migrate
to run database migrations. - Run
php artisan serve
to start the application server. - Use PostMan Collection to test APIs.