/hellorails

Asimple rails App that serves as an introduction to rails

logo

Email: kasaijak@gmail.com

📗 Table of Contents

📖 [ Hello rails ]

Simple rails app that prints Hellorails in the browser.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Displays rails hello

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

  • Text Editor (VScode, Atom, Sublime text, etc)
  • Basic knowledge of ruby
  • Knowledge of RoR

In order to run this project you need:

  • install ruby
  • Install rails
  • Install postgresQl
  • Signup to Github

Setup

Clone this repository to your desired folder:

Command:

  • git clone git@github.com:Kasaija-Kenneth/hellorails.git
  • cd hellorails

Install

  • After opening the files in Visual Studio Code, open the VS Code integrated terminal and run the following commands:

bundle init bundle install gem install rails

Usage

  • Run the command in your terminal below to run the ruby program

run the rails server command in terminal run http://localhost:3000 in the browser url

Run tests

Deployment

You can deploy this project using:

(back to top)

👥 Authors

👤 Kasaija Kenneth

(back to top)

🔭 Future Features

-[ ] [ To be communicated ]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

(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)