8000 GitHub - bitlyex/store-catalog: Example Usage of CRUD
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bitlyex/store-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 9427  
 
 
 
 
 
 
 
 
 

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
0