Skip to content

A backend server for simple pizza delivery web application built with Laravel.

Notifications You must be signed in to change notification settings

innolabglobal/the-yummy-pizza-laravel

Repository files navigation

The Yummy Pizza Backend Server

A backend server for simple pizza delivery web application built with Laravel.

*** Important Notes: The demo only include Munich city in deliver coverage area.

Features

TODO:

  • Improve API logic.
  • Add admin dashboard.
  • Any other useful features.

Tech

The Yummy Pizza uses a number of open source technologies that are good for rapid prototyping at minimum cost:

Development

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

Deploying to Heroku

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.

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

Releases

No releases published

Packages

No packages published