Skip to content

This is the first project in the fifth module of the Microverse program. It is a basic exercise for using Rails framework.

License

Notifications You must be signed in to change notification settings

mahammad-mostafa/hello-rails

Repository files navigation

🏷️ Hello Rails

This is the first project of the fifth module in the Microverse program.
Check the below contents for further details about this project.

📗 Contents

📖 Description

This repository is about a simple exercise for using Rails framework with Ruby. The project is configured to use PostgreSQL database.

📌 Tech Stack:

  • Programming language is Ruby
  • Database used is PostgreSQL
  • Framework is Rails

📌 Key Features:

  • Default Rails files used
  • Single static page with Hello World heading
  • Empty database is used

back to top

🛠️ Instructions

You can easily download or fork this repository and work on it immadiately!

📌 Prerequisites:

  • You need Ruby language & PostgreSQL database installed

📌 Installation:

  • To install all gem dependencies run
bundle install
  • Create all required databases with
rails db:create

📌 Development:

  • Run live server using
rails server

back to top

👥 Authors

📌 Mahammad:

back to top

🔭 Future

Some additional features I may implement in the project:

  • Use CSS for styling main page
  • Implement a Model using Active Records

back to top

🤝🏻 Contributions

Wish to contribute to this project?
Contributions, issues, and feature requests are more than welcome!
Feel free to check the issues page too.

back to top

⭐️ Support

Like this project? Show your support by starring!

back to top

🙏🏻 Acknowledgements

I thank everyone at Microverse for guiding me through this project.

back to top

📝 License

This project is MIT licensed.

back to top