Coder Social home page Coder Social logo

dodo-pizza's Introduction

PRs Welcome Chat HitCount Forks Stars Watchers Contributors

Laravel Pizzeria

BIT užduotis:

Sukurti picerijos parduotuvę

  • FRONT-END (HTML5, CSS3, JavaScript, (vuejs))
  • BACK-END (PHP (Laravel 6))
  • Integruoti Paysera mokėjimus

This project is for educational porpuses only. Pull request are welcome! Thank you for your cooperation!

Site published at https://keizah7.github.io/dodo-pizza/index.html (only html template)

Example: dodopizza.lt

Authors

Artūras Followers

dodo-pizza's People

Contributors

keizah7 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

whoami15

dodo-pizza's Issues

HTML template

  • Files and directories structure
  • Basic index page
  • Full index page structure

Database structure

Types

  • id
  • title
  • priority

Groups

  • id
  • title
  • priority

Products

  • id
  • type_id
  • size_title
  • description
  • price
  • discount
  • photo
  • priority
  • group_id

Ingredients

  • id
  • title
  • type

Products_ingredients

  • id
  • ingredient_id
  • product_id

Pickup

  • id
  • title
  • address
  • description

Clients

  • id
  • type
  • name
  • phone
  • address
  • comment
  • pickup_id

Orders

  • id
  • status
  • client_id
  • price
  • delivery_price
  • cart_price

Orders_products

  • id
  • product_id
  • order_id

cart (session array)

  • product id
  • [exclude ingredients_id]
  • price

Modal

Pressing on product should open modal. Modify modal css

WEB CSS

Update mobile CSS to support web browsers

Laravel

Install Laravel framework

CSS

Fix header, footer, cart, modal and product css

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.