Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mesakduducoder/rails_blog_app

The Blog app is a classic blog website. Where you can see the list of posts and interact with them by adding comments and liking posts.
https://github.com/mesakduducoder/rails_blog_app

Last synced: 7 days ago
JSON representation

The Blog app is a classic blog website. Where you can see the list of posts and interact with them by adding comments and liking posts.

Awesome Lists containing this project

README

        

# README

# 📗 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)


- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)

- [📝 License](#license)

# 📖 [rails_blog_app]

**[rails_blog_app]** is a web app that allows user to

* create account
* login/logout
* create post
* like post
* comment post

it is built using ruby on rails and postgres database.

## 🛠 Built With

### Tech Stack

Language

Framework

Database

### Key Features

- **[create_account]**
- **[create_post]**
- **[like_post]**
- **[comment_post]**

(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 version 3.2.2 installed
Rails version 7.0.8 installed
PostgreSQL version 15.3 installed

### Setup

Clone this repository to your desired folder:

```sh
cd rails_blog_app
git clone https://github.com/MesakDuduCoder/rails_blog_app.git
```

### Install

Install this project with:

## For windows
```sh
ruby installer
rails installer
postgres installer
```
### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## 👥 Authors

👤 **MesakDuduCoder**

- GitHub: [@githubhandle](https://github.com/MesakDuduCoder)
- Twitter: [@twitterhandle](https://twitter.com/mesak_10)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mesak-lalrindika/)

👤 **Anita Sharma**

- GitHub: [@anita00001](https://github.com/anita00001)
- LinkedIn: [anitaa-sharmaa](https://www.linkedin.com/in/anitaa-sharmaa/)
- Twitter: [@anitaa_sharmaa](https://twitter.com/anitaa_sharmaa)

(back to top)

## 🔭 Future Features

- [ ] **[more_type_of_posts]**
- [ ] **[add_friends]**
- [ ] **[add_stories]**

(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 consider following me on github to see more projects like this. I will follow you back.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the project inspiration.

(back to top)

## 📝 License

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

(back to top)