This is an api for a farm to me app. it is designed to link consumers, farmers, and suppliers.
Through this api, consumers can search for farmers and suppliers in their area. They can also search for farmers and suppliers by the products they sell.
Farmers and suppliers can create an account and add their products to the database. They can also update and delete their products.
Visit the Full Description for more details.
- Laravel
- PHP
- MySQL
- Postman
- Fork and clone this repository
- Run
composer install
to install dependencies - Run
php artisan migrate
to create the database - Run
php artisan db:seed
to seed the database - Run
php artisan serve
to start the server
This project is licensed under the MIT License - see the LICENSE.md file for details
- Nfon Andrew - Initial work - andrew21-mch
- Hat tip to anyone whose code was used
- Inspiration
- etc