https://github.com/sheikh-bilal/dinnerdash
Online food ordering app (ruby on rails based)
https://github.com/sheikh-bilal/dinnerdash
bootstrap carrierwave cloudinary css devise html5 js kaminari mailer pundit rails5 ruby ruby-on-rails
Last synced: 4 months ago
JSON representation
Online food ordering app (ruby on rails based)
- Host: GitHub
- URL: https://github.com/sheikh-bilal/dinnerdash
- Owner: sheikh-bilal
- Created: 2021-04-15T11:42:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T14:57:36.000Z (over 4 years ago)
- Last Synced: 2025-01-27T18:14:27.326Z (9 months ago)
- Topics: bootstrap, carrierwave, cloudinary, css, devise, html5, js, kaminari, mailer, pundit, rails5, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 2.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DinnerDiner is a Resturant based app for online food delivery.
*************************************************
Components used for this project:
* Ruby version 2.7
* Rails version 5.2.4
* Database Postgresql 12.6
* Devise for authentication
* Carrierwave & cloudinary for image handling
* Kaminari for pagination
* Pundit for authorization 2.1.0
* Bootstrap && Jquery for styling
* Heroku for deployment
* link: https://guarded-brushlands-03751.herokuapp.com/
*************************************************
Instructions:
* Any customers can browse items and add items to cart or update his/her cart but to confirm his/her order he/she has to login first.
* Only admin can update order staus like (piad, completed, pending or cancelled).
* Customers can only update their profile and can see their orders.
* Admin has the ability to Add new product, add category, view categories AND view custommers
*************************************************