https://github.com/benm4k/blogapp
A versatile blogging platform developed with Ruby on Rails. Share your thoughts, ideas, and stories with the world through this user-friendly blog application. Customize your content, engage with your audience
https://github.com/benm4k/blogapp
postgresql ruby ruby-on-rails
Last synced: 6 months ago
JSON representation
A versatile blogging platform developed with Ruby on Rails. Share your thoughts, ideas, and stories with the world through this user-friendly blog application. Customize your content, engage with your audience
- Host: GitHub
- URL: https://github.com/benm4k/blogapp
- Owner: BenM4k
- License: mit
- Created: 2023-09-17T10:01:28.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-14T10:49:42.000Z (over 2 years ago)
- Last Synced: 2024-01-14T16:38:56.241Z (over 2 years ago)
- Topics: postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog App
# 📗 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)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Blog App** is a a web app that allow user to write blogs, comment and like other users blogs. It's essentially build in Ruby on Rails.
Client
Server
Database
- **Add a Blog**
- **Like a blog**
- **Comment a blog**
- **Edit a blog**
- **Delete a blog**
- **User auth**
- **User autorization**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby: apt install ruby-full
- Bundler: gem install bundler
- Rails: gem install rails
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:BenM4k/BlogApp.git
```
### Install
Install this project with:
```sh
cd BlogApp
gem install
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails db:create
rails server
```
### Run tests
To run tests, run the following command:
```sh
bin/rails test test/models/article_test.rb
```
👤 **Benedict Makomo**
- GitHub: [Github](https://github.com/BenM4k)
- LinkedIn: [Linkedin](https://www.linkedin.com/in/benedict-makomo/)
- X: [X](https://twitter.com/______ANOMALY)
- [ ] **User Session**
- [ ] **User cookies**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/BenM4k/BlogApp/issues).
If you like this project, I encourage you to clone, fork, contribute, and consider adding a ⭐️. Our community and knowledge grows with each engagement.
I would like to thank Microverse for the idea for this project.
This project is [MIT](./LICENSE) licensed.