first clone the repository
https://github.com/BuildForSDGCohort2/Team-197-Group-A-BackEnd_PHP.gitChange the directory to the clone path
cd Team-197-Group-A-BackEnd_PHPthen install the packages with composer
composer installMake a copy of the .env.exaple and create a database in your db server
cp .env.example .envGenerate 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.