/toy_app

App from Chapter 2 of The Ruby Tutorial book by Michael Hartl

Primary LanguageRubyMIT LicenseMIT

Ruby on Rails: Getting your feet wet

Solution to the exercises from Chapter 2 in Hartl's book Ruby on Rails Tutorial, as per The Odin Project Getting your Feet Wet section

image

Live Demo

Heroku live demo

Prerequisites

Follow the installation instructions from The Odin Project.

Deployment

You may deploy the app on Heroku by running the following commands in the repo directory:

$ heroku create
$ git push heroku master
$ heroku ps:scale web=1
$ heroku open

Author

Oscar Mier

Alexis Sanchez

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.