Skip to content

gustavomendess/rails-crud-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published