A backend server for simple pizza delivery web application built with Laravel.
*** Important Notes: The demo only include Munich city in deliver coverage area.
- Pizza ordering system.
- JWT Auth via Laravel Sanctum
- RESTful API
TODO:
- Improve API logic.
- Add admin dashboard.
- Any other useful features.
The Yummy Pizza uses a number of open source technologies that are good for rapid prototyping at minimum cost:
Composer and Yarn/NPM package manager are required
Via Git
- Fork, then Clone
git clone https://github.com/ljieyao/the-yummy-pizza-laravel.git
cd the-yummy-pizza-laravel
composer install --no-interaction
npm install
- Edit
.env
and set your database connection details
cp .env.example .env
- Generate application keys and migrate tables
php artisan key:generate
php artisan migrate
php artisan db:seed
Read through this article to get your site up and running in minutes.
Note that you can use any hosting service you'd like to deploy The Yummy Pizza backend server, you don't need to use Heroku.
These are the other components associated with this project.
App | Repo |
---|---|
Frontend Web Application | https://github.com/ljieyao/the-yummy-pizza-ionic |
MIT