Skip to content

Nerajno/mod-two-final-project

 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

** User stories

User
1. User should be able to create a profile.
2. User should be able to log in profile.
3. User should be able to make order(choose restaurant, choose up to 3 meals, then click place order).
4. User should be able to view all orders.
5. User should be able to delete all made orders. 

Restaurant
1. Restaurant should be able to create a profile.
2. Restaurant should be able to log in profile.
3. Restaurant should be able to create items.
4. Restaurant should be able to edit items.
5. Restaurant should be able to delete items.
6. Restaurant should be view all orders made.
7. Restaurant should be able to delete orders.
*** Click to show order's status {up||delivered||in progress}

Task list

Due: October 21, 2019

  • Style it better {break it down if necessary}.
  • Complete the Readme effieciently.
  • Do a video walk through of it and create a link in the read me.
    • Host online or have a live version

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.5%
  • HTML 25.3%
  • CSS 2.3%
  • JavaScript 1.9%