Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 406 Bytes

res-posify-web

Simple Restaurant POS made with RoR

Get this application source using git:

$ git clone git://github.com/rapito/res-posify-web.git

Then move to application directory, and bundle:

$ cd res-posify-web/
$ bundle install 

Setup database with seeds:

$ rake db:create db:migrate db:seed

Start application:

$ rails s

Go to http://localhost:3000/ in your browser.