https://github.com/balikuddembe/blog-app
This is a blog site where users can register and login. Once logged in, users have the ability to add a post to the site. Other users can then comment on and like these posts. However, only the owner of a post has the privilege to delete it
https://github.com/balikuddembe/blog-app
postgresql-database rubocop ruby-on-rails ubuntu
Last synced: 3 months ago
JSON representation
This is a blog site where users can register and login. Once logged in, users have the ability to add a post to the site. Other users can then comment on and like these posts. However, only the owner of a post has the privilege to delete it
- Host: GitHub
- URL: https://github.com/balikuddembe/blog-app
- Owner: Balikuddembe
- License: mit
- Created: 2023-05-11T16:53:52.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-25T20:05:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T20:20:49.719Z (4 months ago)
- Topics: postgresql-database, rubocop, ruby-on-rails, ubuntu
- Language: Ruby
- Homepage:
- Size: 708 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My 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)
- [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)
- [❓ FAQ](#faq)
- [📝 License](#license)This Blog app will be a classic example of a blog website. I will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Client
Database
- **Add comments**
- **Like Posts**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Balikuddembe/blog-app.git
```
-
### Install
Install this project with:
```sh
cd my-folder
gem install
```
-
### Usage
To run the project, execute the following command:
```sh
rails server
```
-
### Run tests
To run tests, run the following command:
```sh
rspec
```
👤 **Emmanuel Balikuddembe**
- GitHub: [@Balikuddembe](https://github.com/Balikuddembe)
- Twitter: [@BalixEmm](https://twitter.com/BalixEmma)
- LinkedIn: [emmanuelbalikuddembe](https://www.linkedin.com/in/emmanuelbalikuddembe/)
- [ ] **Create new users**
- [ ] **Improve UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Balikuddembe/blog-app/issues).
If you like this project please give it a star 😁🌟✨
Microverse.
This project is [MIT](./LICENSE) licensed.