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.
- Host: GitHub
- URL: https://github.com/cobbyelsonfx/blog_rift
- Owner: CobbyElsonfx
- Created: 2023-11-22T17:25:49.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-12-12T17:48:15.000Z (over 1 year ago)
- Last Synced: 2025-02-18T01:30:40.623Z (3 months ago)
- Topics: postgresql, ruby-on-rails, sqlite3
- Language: Ruby
- Homepage:
- Size: 3.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
All contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please support me with a like or a star.
Thanks to my learning partners and the staff at Microverse.
This project is [MIT](./MIT.md) licensed.