An elegant backend server for simple food delivery application built with Laravel.
🏠 Homepage food-engine.herokuapp.com
- Laravel 8.0
- JWT Auth via Laravel Sanctum
- REST API
- API Docs with OpenAPI
- Landing Website
- Front Menu + Ordering Website
- Web Dashboard
- REST API
- OpenAPI Docs
Composer and Yarn/NPM package manager are required
Via Git
- Fork, then Clone
git clone https://github.com/alphaolomi/foodapp-server.git
cd foodapp-server
composer install --no-interaction
yarn install
- Edit
.env
and set your database connection details
cp .env.example .env
- Genrate keys and migrate tables
php artisan key:generate
php artisan migrate
php artisan db:seed
composer test
- 👤 Alpha Olomi - Twitter: @alphaolomi - Github: @alphaolomi
Pull requests are most welcome, Contributions, issues and feature requests are welcome too!
Feel free to check issues page. You can also take a look at the contributing guide.
If you discover any security related issues, please email alphaolomi@gmail.com instead of using the issue tracker.
BSD 3-Clause License. Please see License File for more information.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator