logo

Hello Rails

πŸ“— Table of Contents

πŸ“– Hello Rails

Hello Rails

Is just a simple page that displays 'Hello Rails'. This page is built as my first trial in RoR (noting fancyπŸ˜„)

πŸ›  Built With

Tech Stack

Client
Database

(back to top)

πŸš€ Live Demo

  • comming soon βŒ›

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby
  • Ruby on Rails
  • PostgreSql

Visit this link on how to install Ruby for different OS's.

Visit this link on how to install PostgreSQL.

After installing Ruby you can install rails by using the following command:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd your-folder
  git clone https://github.com/uisendy/hello-rails

Install

Install this project with:

  cd Hello-Rails
  gem install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  • No tests yet

Deployment

  • N/A

(back to top)

πŸ‘₯ Authors

πŸ‘€ Abel Gebeyehu

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project make sure to give it a star 🌟

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)