Skip to content

vb-cmd/sell-car

Repository files navigation

README

Run the project

rails db:create
rails db:migrate
rails db:seed
rails s

Login admin and user

Admin: 
  email: '[email protected]',
  password: 'password'
User:
  email: "[email protected]",
  password: 'password'