Code Monkey home page Code Monkey logo

nustana's Introduction

NUSTANA

NUSTANA

User Side

Login

Registration

Order History

Shops

Menu

Order Placement

Shop Side

Shop Registration

Orders List

Shop Items

Shop Items Editor

Info Boxes

Profile Info

Shop Info

Item Info

Order Info

Working

Successful Delivery

User->Database: Place Order (Pending)
Database->Shop: Orders
Shop->Database: Accept Order
Database->User: Order Accepted
Shop->Database: Order Delivered
Database->User: Order Delivered
User-->Database: Discard Order

Order Canceled By User

User->Database: Place Order (Pending)
Database->Shop: Orders
User->Database: Cancel Order
Database->Shop: Update Orders

Order Rejected By Shop

User->Database: Place Order (Pending)
Database->Shop: Orders
Shop->Database: Reject Order
Database->User: Order Rejected
User-->Database: Discard Order

Deployment

Create Database

  • Create account on Backendless
  • Create an App
  • Create three tables Shops, Items, Orders
  • Copy App Application ID and REST API key

Connecting with Database

  • Delete appConfig.json file in NUSTANA directory (if exists)
  • Run NUSTANA
  • You will be asked to enter Application ID and Secret Key
  • Enter Application ID and REST API key respectively

OR

  • Open/Create appConfig.json
  • Change file to:
{
	"applicationId":"YOUR_APPLICATION_ID",
	"secretKey":"YOUR_REST_API_KEY"
}

nustana's People

Contributors

zdsalpha avatar saifullah73 avatar

Stargazers

Saira Fatima avatar

Watchers

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