Skip to content

Practicing Ruby on Rails by creating our very own Rails 'Hello World!' project!

License

Notifications You must be signed in to change notification settings

KanzaTahreem/Hello-Rails

Repository files navigation

📗 Table of Contents

📖 Hello World

Practicing Ruby on Rails by creating our very own Rails 'Hello World!' project!

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Use RubyGems as a software package system.

(back to top)

🚀 Live Demo

  • N/A

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  git clone git@github.com:KanzaTahreem/Hello-Rails.git
  cd Hello-Rails

Install

Install thr project dependencies with:

  bundle install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run all tests, including unit and integration tests, run the following command:

  rails test:all

(back to top)

👥 Author

(back to top)

🔭 Future Features

  • USe more rails generators

(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 and want to support me make cooler projects Give this project a Star.

(back to top)

📝 License

This project is MIT licensed.

(back to top)