first clone the repository
https://github.com/BuildForSDGCohort2/Team-197-Group-A-BackEnd_PHP.git
Change the directory to the clone path
cd Team-197-Group-A-BackEnd_PHP
then install the packages with composer
composer install
Make a copy of the .env.exaple and create a database in your db server
cp .env.example .env
Generate app key
php artisan key:generate
Run the database migrations to create the tables
php artisan migrate
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.