Skip to content

kartikpandey2/orderAnything

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Order Anything

There are many use cases when people need to get something urgently, without wanting to do things themselves - like getting vegetables from the local market to forgetting your laptop charger at home. Starbucks doesn’t deliver, but wouldn't it be nice if someone could grab your fav drink from there!

This API solves the very same problem. It lets customers sign up using their phone no, and order almost anything (From our catalogue), the order is assigned to a delivery person by admin, where he can see order details, and delivery person can update its status

Requirements

  • yarn or npm

To install yarn, follow the instructions from the yarn website. To install npm, follow the instructions from the npm website.

Running Locally

  • Clone the repo
  • Run npm install or yarn in root folder to install dependencies
  • Server listen on port 3000

User Types -

  • Customer
  • Delivery Person
  • Admin

Login -

With Phone No/password which returns Auth token

Order Stages

  • ORDER PLACED
  • REACHED STORE
  • ITEMS PICKED
  • ENROUTE
  • DELIVERED
  • CANCELLED

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published