This repository contains the solution to the Toy App that is presented in the Ruby on Rails Tutorial Book by Michael Hartl. This project was created for the Ruby on Rails Module of The Odin Project. This code is Checked and Approved for a Microverse https://www.microverse.org/ Technical Support Engineer TSE. for this project we had to implement the tecniques learnt in the odin project as well as in the microverse program.
For achieving this results it was used:
- Ruby
- Ruby on Rails
- HTML
- CSS
this project was achived thanks to
- Carlos Del Real Github account https://github.com/carloshdelreal
- António Fernandes Github account [https://github.com/trox115][https://github.com/trox115]
We have a live version in Heroku go an check our Toy App
If you want a copy of this project running on your machine you have to install:
- Ruby 2.6
- gem 3.0
- Bundler 1.17
- Rails 5.2
For the installation follow The Instalation Guide
Once you have installed the requiered packages shown on the Required Installations, put the following commands in your terminal/console
your@pc:~$ git clone https://github.com/trox115/toy_app.git
your@pc:~$ cd toy_app
your@pc:~$ rake db:migrate
your@pc:~$ rails server
Then, go to http://localhost:3000/