Giter Site home page Giter Site logo

bakery-delivery's Introduction

BAKERY DELIVERY API

This is a repository made for the devfolio backend hiring challenge.

What's Amazing

Once the Order is placed it automatically finds the free delivery boy and get assigned to him. If he is unavilable the order will be on hold until he is available.

Index

How it works?

  • First we create a user.
  • We add delivery guy to our team.
  • We create a order, if a delivery guy is available then he will accept your order.
  • Delivery guy delivered the parcel and make him available for next booking, so if there is any pending order found, the available delivery guy will automatically take it.
  • STATUS FOR ORDER : 0(Pending) 1(Accepted) 2(Delivered).

Product Features

  • User can order cookies from the online shop.
  • The order will be automatically assigned to any free delivery guy.
  • A delivery guy can only handle one order at a time
  • When the delivery guy delivers the order it's marked as delivered and the delivery guy is free to process new orders.
  • The system is automatically assigning orders.

End Points

  • POST '/register', (for creating a user)
  • POST '/create', (for creating a order)
  • POST '/create-guy', (for creating a delivery boy in team)
  • PUT '/delivered/:id' , (delivery boy delivered the parcel)

Setup

  • In the terminal, run git clone https://github.com/shivamyth/Bakery-Delivery.git.
  • run npm install.
  • run npm start.
  • Now You are set to go!

bakery-delivery's People

Contributors

shivamyth avatar

Stargazers

 avatar

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.