Coder Social home page Coder Social logo

pizza-shop's Introduction

Pizza-Shop

Pizza Shop is an application for ordering food online.

How to edit it?🧾

Click on this link or get URL below to download the project.

https://github.com/SadCryFamily/pizza-shop.git

How to run it?🚀

To launch, you need any IDEA supporting Java projects: Eclipse, NetBeans, VScode, etc.

If such an IDE was not found, you can download IntelliJ IDEA for Windows by clicking on this link.

To start the project, you need to follow the path: src/main/java/com/app/pizzashop/PizzaShopApplication.java, like in example below:

@SpringBootApplication
public class PizzaShopApplication {

    public static void main(String[] args) {
        SpringApplication.run(PizzaShopApplication.class, args);
    }

}

Then clink on green button on left-side bar of PizzaShopApplication.java, аfter that, the application will be launched

and you can enjoy ordering food online!

How it works?

This project uses the Spring Boot as well as Spring Data and Liquibase, which allows to create ER diagram below.

  • customer contains data about all users who have registered in the application.

  • product contains information about the current products that can be ordered.

  • orders is needed to link data from the customer and product tables.

  • cart processes data from the orders entity, displaying customer order amounts individually or by category.

To learn more📢

You need to run the project in the IDE, go to the browser and follow the path localhost:8080/swagger-ui/, to learn more about the entities and endpoints of the project, as well as make several test requests to the server, thanks to the support of Swagger 2.0.

pizza-shop's People

Contributors

sadcryfamily avatar

Watchers

 avatar

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.