An elegant backend server for simple food delivery application built with Laravel.
๐ Homepage
- Laravel 7.0
- JWT Auth via Laravel Sanctum
- REST Api
- Swagger API 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
- Website: https://alphaolomi.me
- 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