Skip to content

wijayadavin/rails-saas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11,216 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up dev environment

Set up database

  • bundle exec rake db:reset
  • bundle exec rake db:fixtures:load

Run servers

  • Run backend server: rails s
  • Run frontend server: bin/webpack-dev-server
  • After both servers are fully loaded. Open http://localhost:3000/ in a browser.

Log in as test users

  • Logging in as admin:

  • Logging in as other users:

    • Em: See test/fixtures/users.yml
    • Pw: password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors