Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baqar-abbas/blog-app-rails

This Project is a Blog App built on Ruby on Rails and PostgreSQL as the database for this Project.
https://github.com/baqar-abbas/blog-app-rails

Last synced: about 21 hours ago
JSON representation

This Project is a Blog App built on Ruby on Rails and PostgreSQL as the database for this Project.

Awesome Lists containing this project

README

        

Blog_App_Ruby_on_Rails

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Blog_App_Rails

The rails-blog-app is a classic example of a blog website. It will be fully up and a functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

## 🛠 Built With

- Ruby

### Tech Stack

Client


  • Ruby

Test


  • RSPEC

Database


  • PostgreSQL

### Key Features

- Use database migration files to maintain database schema.
- Understand ORM and database migrations and their implementation.
- Processing data in models
- Validations and Model specs
- Setup and controllers
- Controllers specs
- Views Added
- Adding Forms and partials
- Fix n+1 problem and integration tests added

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

Ruby on Rails installed and running. To get more information, read the installation guide.

PostgreSQL installed and running

### Setup

Clone this [repository]() to your desired folder.
[email protected]:baqar-abbas/blog-app-rails.git

### Install

bundle install

### Usage

**To run the project follow the following instruction:-**
rails server or rails s

### Run tests

To run tests, run the following command:

Tests will be implemented later on.

(back to top)

## 👥 Authors

👤 **Baqar Abbas**

- GitHub: [@Baqar](https://github.com/baqar-abbas)
- Twitter: [@BaqarAbbas9](https://twitter.com/BaqarAbbas9)
- LinkedIn: [Baqar Abbas](https://www.linkedin.com/in/baqar-abbas/)

👤 **Paul Tesfaye**

- GitHub: [@Paul](https://github.com/Paul-tes)
- LinkedIn: [Paul Tesfaye ](https://www.linkedin.com/in/paul-tesfaye)

(back to top)

## 🔭 Future Features

- Add authorization rules.
- Integration specs for Views.
- Add API endpoints.
- API documentation.
- Validations and Model specs.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project give a ⭐️.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse.

(back to top)

## ❓ FAQ (OPTIONAL)

- **Can I use this project?**

- It's MIT license, feel free to use as you like.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)