https://github.com/mahammad-mostafa/hello-rails
This is the first project in the fifth module of the Microverse program. It is a basic exercise for using Rails framework.
https://github.com/mahammad-mostafa/hello-rails
gemfile microverse microverse-projects microverse-ruby microverse-students mvc-architecture postgres-database rails ruby ruby-gem ruby-on-rails
Last synced: 5 months ago
JSON representation
This is the first project in the fifth module of the Microverse program. It is a basic exercise for using Rails framework.
- Host: GitHub
- URL: https://github.com/mahammad-mostafa/hello-rails
- Owner: mahammad-mostafa
- License: mit
- Created: 2023-11-08T20:37:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T22:40:37.000Z (about 2 years ago)
- Last Synced: 2025-03-28T13:31:56.890Z (9 months ago)
- Topics: gemfile, microverse, microverse-projects, microverse-ruby, microverse-students, mvc-architecture, postgres-database, rails, ruby, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🏷️ 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](#description)
- [Instructions](#instructions)
- [Authors](#authors)
- [Future](#future)
- [Contributions](#contributions)
- [Support](#support)
- [Acknowledgements](#acknowledgements)
- [License](#license)
# 📖 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
# 🛠️ 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
```
# 👥 Authors
📌 **Mahammad:**
- [GitHub](https://github.com/mahammad-mostafa)
- [Twitter](https://twitter.com/mahammad_mostfa)
- [LinkedIn](https://linkedin.com/in/mahammad-mostafa)
# 🔭 Future
Some additional features I may implement in the project:
- [ ] Use `CSS` for styling main page
- [ ] Implement a `Model` using `Active Records`
# 🤝🏻 Contributions
Wish to contribute to this project?
Contributions, issues, and feature requests are more than welcome!
Feel free to check the [issues](../../issues) page too.
# ⭐️ Support
Like this project? Show your support by starring!
# 🙏🏻 Acknowledgements
I thank everyone at **Microverse** for guiding me through this project.
# 📝 License
This project is [MIT](LICENSE.md) licensed.