Goku Ecommerce

A mini app in Rails. (BrasilCT selection process)

Goku

Getting Started

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.

Prerequisities

rails 5
ruby 2.3.1

running the project

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



Running the tests

Use the ```rspec``` command to run your specs:
bundle exec rspec