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

https://github.com/cobbyelsonfx/blog_rift

It is an immersive blog application that takes you on a journey to explore and share captivating stories. Crafted with care, this app provides a seamless experience for both writers and readers. Dive into a world where posts come to life, inviting interaction through comments and likes.
https://github.com/cobbyelsonfx/blog_rift

postgresql ruby-on-rails sqlite3

Last synced: 7 days ago
JSON representation

It is an immersive blog application that takes you on a journey to explore and share captivating stories. Crafted with care, this app provides a seamless experience for both writers and readers. Dive into a world where posts come to life, inviting interaction through comments and likes.

Awesome Lists containing this project

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)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Blog App

> A classic example of a blog website with full functionality for posts, comments, and likes.

## 🛠 Built With

### Tech Stack

Server

### Key Features

- **Fully Functional Blog Website**
- **User Authentication and Authorization**
- **Interactive Comments and Likes**

# 💻 Getting Started

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

## Prerequisites

Before you begin, ensure you have met the following requirements:

- [Ruby](https://www.ruby-lang.org/en/) installed
- [Ruby on Rails](https://rubyonrails.org/) installed
- [PostgreSQL](https://www.postgresql.org/) installed

## Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/your-username/blog_app.git
cd blog_app
bundle install
```
## Install
Set up the database:

```
rails db:create
rails db:migrate
```
## Usage
Start the server:
```
rails server
```
The application should be available at http://localhost:3000.

# 👥 Author
👤 **Francis Andoh**

- GitHub: [@CobbyElsonfx](https://github.com/CobbyElsonfx)
- LinkedIn: [@FrancisAndoh](https://www.linkedin.com/in/francis-andoh-133aa7245/)

# 🔭 Future Features
- Advanced Visual Design

## 🤝 Contributing

All 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, please support me with a like or a star.

(back to top)

## 🙏 Acknowledgments

Thanks to my learning partners and the staff at Microverse.

(back to top)

## 📝 License

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