Skip to content

mzhangdev/OnlineStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Store

A Ruby on Rails web application. The store owner can browse and edit products, orders and users. The shopper can register, browse products, his own orders and his own information.

Other functionalities:

  • Displays flash message from last action;
  • Authenticates users against a BCrypt password;

Demo

Demo - Shopper

Online Store Demo - shopper

Demo - Store Owner

Online Store Demo - store owner

How to run this app:

  1. Download this project;
  2. Cd into this project folder, with rails and bundler installed, then install the dependencies:
bundle install
  1. Run the server:
rails server
  1. Try on the browser:
localhost:3000