toy_app

This is ruby on rails toy app

Stars
1

Introduction to rails

This project involves getting your feet wet on the ruby on rails. The learner should familiarize him/herself with rails testing, routes, models and basic rails commands.

Built With

  • Ruby,
  • Ruby on rails

Getting Started

Clone this repo to get a local copy of the project locally.

Prerequisites

  • Ensure that you have ruby installed -- check out the official documention
  • Text Editor: Visual Studio or sublime text recommended
  • Rubocop for linting

Setup

  • cd project folder

Install

  • Run bundle install to install all the missing project dependencies.
  • gem install to install rubocop for linting purposes

Usage

  • Run 'rails server'.
  • Navigate to your browser on 'localhost:3000'.
  • The project should be up and running.

Authors

👤 Cyrus Kiprop

🤝 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

  • Microverse
  • Odin projects on Rails

📝 License

This project is MIT licensed.