Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hungle00/rails-depot
Ecommerce website in Rails6
https://github.com/hungle00/rails-depot
rails
Last synced: about 1 month ago
JSON representation
Ecommerce website in Rails6
- Host: GitHub
- URL: https://github.com/hungle00/rails-depot
- Owner: hungle00
- Created: 2020-12-22T16:16:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T16:04:11.000Z (over 3 years ago)
- Last Synced: 2024-12-25T18:30:16.381Z (about 2 months ago)
- Topics: rails
- Language: Ruby
- Homepage:
- Size: 540 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails online store
## Functionalities
- Regular User (Buyer)
- Sign in/ sign up/ change password / forgot password ( with email )
- View, comment, rating product
- Add product in cart, select pay type and order
- After confirm, order email is send to buyer
- Admin User (Seller)
- CRUD products
- View all orders, users
- Export orders, users to CSV
- Add/remove admin access for other regular user## Dependencies
* Devise - For implementing authentication
* cancancan - For authorization(restricts what resources a given user is allowed to access)
* will_paginate - For paginate products
* geocoder - Geocoding address to latitude/longitude coordinates
### Database schema