University of South Florida senior project. A Point-of-Sale web-based application.
- Install rbenv
- Install ruby 2.5.0
-
Clone repositiory
-
Install dependencies:
bundle install -
Create the Database:
rails db:create -
Migrate the database:
rails db:migrate -
Start the server:
rails server
- Admin backend.
- User authentication & authorization.
- CRUD operation on Menu Items.
- Session based shopping cart.
- Add/Delete Shopping cart Item.
- Add, Edit, Upload images through carrierwave.
- Simulate checkout with Stripe.