Code Monkey home page Code Monkey logo

fooddeliveryapplication's Introduction

FoodDeliveryApplication

Functional Requirements:

  • User search a restaurant based on restaurant name
  • Order food by choosing different menu item, quantity and add a note about diet restriction
  • User can fills in the delivery address
  • After user ordered, the order should contain food items, quantity, price and order time
  • User pays for oreder by providing credit card number, expiration date, security code
  • After successfully payed, payment return payment ID, timestamp
  • User can see the estimated delivery time

Non-Functional Requirements:

  • Use microservices architecture
  • reasonable amount of unit tests, integration tests and mvc tests
  • at least one place to handle payment error case

References:

Spring Data REST - Reference Documentation: https://docs.spring.io/spring-data/rest/docs/current/reference/html/

How to write README.md using markdown: https://guides.github.com/features/mastering-markdown/

10 Best practices for Better RESTful API: https://blog.mwaysolutions.com/2014/06/05/10-best-practices-for-better-restful-api/

Problem Met:

when git hub say : error: inflate: data stream error (incorrect header check) error: corrupt loose object '5cdeb9c3a1fe164cb4d2779d1e0d9d9f4ef18c6a' fatal: loose object 5cdeb9c3a1fe164cb4d2779d1e0d9d9f4ef18c6a (stored in .git/objects/5c/deb9c3a1fe164cb4d2779d1e0d9d9f4ef18c6a)

solve this problem with: find .git/objects/ -size 0 -exec rm -f {} ; http://vincesalvino.blogspot.ca/2013/08/git-empty-files-corrupt-objects-and.html

fooddeliveryapplication's People

Watchers

James Cloos avatar  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.