Skip to content

hmmrjn/hamazon_on_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a web application I made to study Ruby on Rails.

I tried to make a simple Shopping Site. (Not practical.)

screenshot

screenshot (as of 2018/6/10)

Demo

Heroku Demo

https://hamazon-on-rails.herokuapp.com

Versions

  • Ruby 2.4
  • Rails 5.2.0

Run Locally

$ git clone https://github.com/hmmrjn/hamazon_on_rails.git
$ cd hamazon_on_rails
$ bundle install
$ rails db:migrate
$ rails server
# Press Ctrl+C to quit.

Open https://localhost:3000/

See Also

Original Hamazon (Raw PHP)

https://github.com/hmmrjn/hamazon