Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/innolabglobal/the-yummy-pizza-laravel
A backend server for simple pizza delivery web application built with Laravel.
https://github.com/innolabglobal/the-yummy-pizza-laravel
backend delivery food-delivery-application laravel laravel-framework
Last synced: 1 day ago
JSON representation
A backend server for simple pizza delivery web application built with Laravel.
- Host: GitHub
- URL: https://github.com/innolabglobal/the-yummy-pizza-laravel
- Owner: innolabglobal
- Created: 2020-05-03T15:48:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T08:04:44.000Z (over 4 years ago)
- Last Synced: 2023-03-10T03:51:07.657Z (almost 2 years ago)
- Topics: backend, delivery, food-delivery-application, laravel, laravel-framework
- Language: PHP
- Homepage: https://the-yummy-pizza.web.app/
- Size: 572 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Yummy Pizza Backend Server
A backend server for simple pizza delivery web application built with Laravel.
### [Demo](https://the-yummy-pizza.web.app/)
*** Important Notes: The demo only include Munich city in deliver coverage area.## Features
- Pizza ordering system.
- JWT Auth via [Laravel Sanctum](https://laravel.com/docs/master/sanctum)
- RESTful APITODO:
- Improve API logic.
- Add admin dashboard.
- Any other useful features.
## TechThe Yummy Pizza uses a number of open source technologies that are good for rapid prototyping at minimum cost:
* [Angular 9](https://angular.io/) - Front end framework.
* [Ionic](https://ionicframework.com/) - Make HMTL easier.
* [Laravel](https://laravel.com/) - Server side logic.## Development
Composer and Yarn/NPM package manager are required
Via Git
- Fork, then Clone
```bash
git clone https://github.com/ljieyao/the-yummy-pizza-laravel.gitcd the-yummy-pizza-laravel
composer install --no-interaction
npm install
```- Edit `.env` and set your database connection details
```bash
cp .env.example .env
```- Generate application keys and migrate tables
```bash
php artisan key:generate
php artisan migrate
php artisan db:seed
```## Deploying to Heroku
[Read through this article](https://medium.com/swlh/how-to-host-your-laravel-application-for-free-on-heroku-4789688d444b) 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.
### Companion apps
These are the other components associated with this project.
| App | Repo |
| ------ | ------ |
| Frontend Web Application | https://github.com/ljieyao/the-yummy-pizza-ionic |License
----
MIT