Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muaazsaleem/food_delivery_system
A Food Delivery Rails App
https://github.com/muaazsaleem/food_delivery_system
Last synced: 23 days ago
JSON representation
A Food Delivery Rails App
- Host: GitHub
- URL: https://github.com/muaazsaleem/food_delivery_system
- Owner: muaazsaleem
- Created: 2014-08-08T07:12:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T11:26:06.000Z (about 10 years ago)
- Last Synced: 2023-08-23T14:32:54.459Z (about 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#An Online Food Delivery System in Rails
###Here's what the app is supposed to do
The website allows users to sign up and pay for a subscription to a weekly delivery of meals. A shopping cart is used to allow users to choose meals from a menu for each day of the week.
The service is similar to https://catering.maidan.hk/#/home
The restaurant and will be selling thier own food, not other restaurants food.
Users choose how many days they want meals for, then choose the meals.
These are the steps we want to create:
1. People sign up for the account first (i.e. name and email)
2. They then are shown a pre-selected menu to choose from and then they can also choose to customize the menu
3 Users will decide how many meals to order and the delivery days.
4. At the end of this selection, we ask them for their credit card info and delivery address.We will also require a backend system where we can manage the orders and also manage the register.