Giter Club home page Giter Club logo

restaurapp's Introduction

#RESTaurApp

#####A management application for restaurant owners

##Structure

####General

The application will initially feature a list of restaurants owned by the user. When navigating a restaurant, menu items with their corresponding information will be displayed.

####Technical

This illustration below shows how the database holds the application's information:

  • The restaurants table only holds the general information of each restaurant: a unique id key, the name, the corresponding location, the cuisine type, and an image.

  • The items table holds more specific information of each restaurant (menu items) - each menu item will contain the following: a unique id key, the key for its corresponding restaurant, item name, its price, the order count (number of times the item has been ordered), and an image.

######The relationship between both tables is the following: restaurants table is the parent of the items table.

##User Stories

The application can be accessed via IP address and port:

IP: localhost

Port: 3000

The user can view the list of owned restaurants. The user can create new restaurants. The user can edit new restaurant information. The user can delete a selected restaurant.

#####Restaurants page

Items page

##Tools & Resources

  • Bower
  • Director
  • JQuery
  • Semantic UI

##Download

If you would like to try the application, go to:

https://github.com/lizfonseca/RESTaurApp

  • Click on the 'Download as zip' button located on the right margin.

  • Unzip files

  • Open the Terminal and locate file

  • Run json-server

$ json-server db.json

  • Open browser window and type the following:

localhost:3000

restaurapp's People

Contributors

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