https://github.com/quavo19/social-blog
https://github.com/quavo19/social-blog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quavo19/social-blog
- Owner: quavo19
- License: mit
- Created: 2023-05-03T10:44:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T20:05:14.000Z (about 2 years ago)
- Last Synced: 2025-02-04T04:29:30.621Z (5 months ago)
- Language: Ruby
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 My Blog ](#-my-blog-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments \**Social Blog** is a Ruby on Rails blog app that lets users create and publish posts, and add comments to them.
Client
Server
Database
- **Create post**
- **Delete Post**
- **Edit Post**
- not available yet
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```
gem install rails
```
### Setup
Clone this repository to your desired folder:
```
cd my-folder
git clone https://github.com/quavo19/social-blog.git
```
### Install
Install this project with:
```sh
cd my-project
gem install
```
### Usage
To run the project, execute the following command:
```
rails server
```
### Run tests
To run tests, run the following command:
```
bin/rails test test/models/post_test.rb
```
### Deployment
You can deploy this project using:
- N/A
👤 **Author**
- GitHub: [@githubhandle](https://github.com/quavo19)
- Twitter: [@twitterhandle](https://twitter.com/DonaldAkite)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/donald-akite-299a31222/)
👤 **Choice Osobor**
- GitHub: [@techEmprez](https://github.com/techEmprez)
- Twitter: [@techEmprez](https://twitter.com/techEmprez)
- LinkedIn: [Choice Osobor](https://www.linkedin.com/in/choice-osobor/)
- [ ] **Admin view**
- [ ] **Like comment**
- [ ] **Block author**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a ⭐️!
## 🙏 Acknowledgments (back to top)
This project is [MIT](./LICENSE) licensed.