Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dennis-every/blog-app

A Ruby on Rails Blog application to demonstrate usage of Ruby on Rails. The Blog app is a classic example of a blog website. A fully functional website that shows a list of posts and empowers readers to interact with them by adding comments and liking posts.
https://github.com/dennis-every/blog-app

Last synced: 3 days ago
JSON representation

A Ruby on Rails Blog application to demonstrate usage of Ruby on Rails. The Blog app is a classic example of a blog website. A fully functional website that shows a list of posts and empowers readers to interact with them by adding comments and liking posts.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog app ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Blog app

A Ruby on Rails Blog application to demonstrate usage of Ruby on Rails. The Blog app is a classic example of a blog website. A fully functional website that shows a list of posts and empowers readers to interact with them by adding comments and liking posts.

## 🛠 Built With

### Tech Stack

Ruby on Rails and Postgresql

### Key Features

- **Project 1: Creating a data model**
- **Project 2: Validations and Model specs**
- **Project 3: Processing data in models**
- **Project 4: Setup and controllers**
- **Project 5: Controllers specs**
- **Project 6: Views**
- **Project 7: Forms**
- **Project 8: Integration specs for Views and fixing n+1 problems**
- **Project 9: Add Devise**
- **Project 10: Add authorization rules**
- **Project 11: Add API endpoints**

(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 3.2.2

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:dennis-every/blog-app.git
```

### Install

- bundle install

### Usage

To run the project, execute the following command:

```sh
rails db:drop
rails db:create
rails db:migrate
rails server
```

(back to top)

## 👥 Authors

👤 **Dennis Every**

- GitHub: [@dennis-every](https://github.com/dennis-every)
- Twitter: [@dennis_every](https://twitter.com/dennis_every)
- LinkedIn: [dennis-every](https://www.linkedin.com/in/dennis-every/)

👤 **Nilton Segura**

- GitHub: [@Nkaleth](https://github.com/Nkaleth)
- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/niltonsegura/)

👤 **Jose Montoya**

- GitHub: [@jmonto55](https://github.com/jmonto55)
- LinkedIn: [jmontodev](https://www.linkedin.com/in/jmontodev/)

(back to top)

## 🔭 Future Features

- **Exercise: API documentation**

(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 feel free to fork it and use it as you need and don't forget to start it!.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the information provided to build this project.

(back to top)

## ❓ FAQ

- **Can I use the project for any purpose?**

- Yes, you can use this files for anything you need

- **Do I need to ask for permission?**

- No need to ask for permission.

(back to top)

## 📝 License

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

(back to top)