Skip to content

bitlyex/store-catalog

Repository files navigation

README

To run this application you just have to run this:

rake db:create 
rake db:migrate
rails s -b 0.0.0.0

Voila! then you can access it on http://localhost:3000

Opps! You must login to store_catalog.

username; matsuda
password; matsuda

Steps executed when building this application

gem install rails
rails g controller stores index
rails g controller accounts index
rails g controller sessions index
rails g controller users index
rails g controller gopays index
rails g controller payments index
create the models accounts 
create the models stores

About

Example Usage of CRUD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published