Skip to content

hackerschoolmty/hs-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HS Store

This application was created with ruby 2.3.0, rails 4.2.6 and postgresql, please make sure you have those before going into to setup section.

$ ruby -v
$ ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]
$ rails -v 
$ Rails 4.2.6
$ psql -V
$ psql (PostgreSQL) 9.5.1

Setup

  1. Clone this repository in your local machine
  2. Fire up a terminal, go to the project folder and run:
$ bundle install
$ rake db:create
$ rake db:migrate
$ rake db:seed

After that just lift up rails server

$  rails s