- git clone project
git clone -path
- composer install
composer install
- setup database and environment
composer install
- migrate database
php artisna migrate
- seed database
php artisna db:seed
check req.txt file attached in the codebase root folder. here is the interpretation form document and project requirements.
check FinApi.postman_collection.json file attached in the codebase root folder. here is the postman v2.1 collection and api endpoints. its need base_url and bearer token for api.