Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 744 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 744 Bytes

README

My first basic CRUD project in ruby on rails, done along the course of alura

Today the system is running on heroku at: https://crudprojectruby.herokuapp.com

I am not responsible for the products or departments created in this environment because anyone can access and create!

To install locally:

1- Download ruby 2.6.6:

https://www.ruby-lang.org/en/downloads/

Installation:

1- Clone the project repository:

git clone https://github.com/gustavomendess/rails-crud-project.git

2- Enter the root of the cloned project and run the commands below step by step:

cd rails-crud-project

3- Install the gems:

bundle install or bundle

4- Run the migrations:

rake db: migrate

5- Start the application:

rails s