/Hello_Rails

A practical lesson to learn about rails installation and basic setup.

Primary LanguageRuby

Hello_Rails

This is a simple project to learn the basics of Ruby on Rails.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  Ruby
  Ruby on Rails

Setup

Clone the repository and change the directory to blog

  $ git clone git@github.com:Favourezeugwa/Hello_Rails.git

  $ cd Hello_Rails

Install

Install all project dependencies by running the command below

  $ bundle install

Run the application

  Linux
  $ bin/rails server
  Windows
  $ ruby bin/rails server

Visit the homepage of application

  $ http://localhost:3000/

Author

👤 Favour Amarachi Ezeugwa

🤝 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

  • Hat tip to Microverse for giving me this project to work on