A mini app in Rails. (BrasilCT selection process)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
rails 5
ruby 2.3.1
git clone git@github.com:geiltonxavier/goku_ecommerce.git
cd goku_ecommerce
bundle install
rake db:create or rails db:create (Rails 5)
rake db:migrate or rails db:migrate (Rails 5)
rake db:seed
rails s
access http://localhost:3000
user: admin@admin.com
Password: admin123
register a new User to access the system
http://localhost:3000/users/sign_up
Use the ```rspec``` command to run your specs:
bundle exec rspec