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

https://github.com/yacoubou-seidou/railsblog

A blog application built with Ruby on Rails that allow users to create posts , add comment , and add likes.
https://github.com/yacoubou-seidou/railsblog

Last synced: 3 months ago
JSON representation

A blog application built with Ruby on Rails that allow users to create posts , add comment , and add likes.

Awesome Lists containing this project

README

        

# Rails Blog Application

## 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 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](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

## Rails blog application

A blog application built with Ruby on Rails that allow users to create posts , add comment , and add likes.

## 🛠 Built With

### Tech Stack

- Ruby on Rails
- Postgres

### Key Features

- User login and registration
- Blog post creation
- Blog post interactions (like and comment)
- API endpoints

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:
- Ruby environment installed
- Postgres database installed

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Yacoubou-seidou/RailsBlog.git
```

### Install

Run `bundle install` to install all the required dependencies.

### Usage

To run the project:

Create the database by running the following command:

```sh
rails db:create
```

Load the database schema with this command:

```sh
rails db:schema:load
```

Seed the database with the following command:

```sh
rails db:seed
```

Start the server by running the following command:

```sh
rails server
```

(back to top)

## 👥 Authors

👤 **Yacoubou Seidou**

- GitHub: [@Yacos](https://github.com/yacoubou-seidou)
- LinkedIn: [@Yacos](https://www.linkedin.com/in/yacoubou-seidou-chaibou)

👤 **Mursedul Islam Sumon**

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

## 🔭 Future Features

- More interactive design
- Add authentification
- Add sessions

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Yacoubou-seidou/RailsBlog/issues/).

(back to top)

## ⭐️ Show your support

If you like this project, give it a ⭐.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for giving me this wonderful opportunity to work on this project.

(back to top)

## 📝 License

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

(back to top)