Skip to content

BuildForSDGCohort2/Team-197-Group-A-BackEnd_PHP

Repository files navigation

Team-197-Group-A-BackEnd_PHP

Codacy Badge

Installation (Backend)

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

Contributing

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.

License

MIT

About

A marketplace for agriculture practitioners. (PHP BackEnd)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published