Git Product home page Git Product logo

coffeeshopapplication's Introduction

CoffeeShopApplication

This is an open source backend Application based on REST APIs to track customer activity.

Features:

  1. Adding Customer info in the database.

  2. Fetching Customer Details

  3. Updating Customer info in the database.

  4. Deleteing Customer info in the database.

Instructions for downloading the project:

  1. Install MySql server on your system which will be used as your local server for project.
  2. Inside Mysql Server create a database name ebdb.
  3. Import Dump20211005.sql in Mysql under ebdb database.
  4. Download Postman in your system.
  5. After downloading create a new workspace in your postman
  6. Import exp.postman_collection.json file inside postman
  7. Download the zip file of the code and unzip on any of the drive.
  8. Open InteliJ and click on open project.
  9. Select the coffee application file and click ok.
  10. Go to Application.Properties file and change Mysql username and password with regards to your system .
  11. Click on build project and then click on Run StartCoffeeApplication.
  12. Go to postman and click on Add data and send request with orderid,name,foodname,amount of your choice and send request.
  13. Data will be added in MySql
  14. For retrieve data click Retrieve data and in the above url change the orderId with your orderid.
  15. For updating data click Update Data change the orderId with your orderid of your choice and then provide updated orderid,name,foodname,amount.
  16. For deleting data click Delete Data and provide orderId of the customer which you want to delete and data will be deleted.

SAMPLE IMAGES:

  1. MySql Database before data is added:

Screenshot (372)

  1. Postman Post Mapping:

Screenshot (373)

  1. MySql Database after data is added:

Screenshot (374)

  1. Postman Get Mapping:

Screenshot (375)

coffeeshopapplication's People

Contributors

sd78912 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.