An open API service indexing awesome lists of open source software.

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.

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

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:**
- [GitHub](https://github.com/mahammad-mostafa)
- [Twitter](https://twitter.com/mahammad_mostfa)
- [LinkedIn](https://linkedin.com/in/mahammad-mostafa)

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](../../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](LICENSE.md) licensed.

back to top