Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubydevi/blog-app
A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/rubydevi/blog-app
rails ruby ruby-on-rails
Last synced: 6 days ago
JSON representation
A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/rubydevi/blog-app
- Owner: rubydevi
- License: mit
- Created: 2023-09-26T10:53:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T09:22:37.000Z (about 1 year ago)
- Last Synced: 2024-11-07T21:15:12.337Z (about 2 months ago)
- Topics: rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 190 KB
- Stars: 2
- 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
- [📗 Table of Contents](#-table-of-contents)
- [📖 blog-app ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts. Users can also register and signin to manage their own posts and comments.
Client
Server
- MVC
- Integration Specs
- Authentication & Authorization
- API Endpoints
### Prerequisites
In order to run this project you need:
- [Ruby](https://www.ruby-lang.org/en/) installed and running.
- You should be able to use [IRB]().
### Setup
Clone this repository to your desired folder:
```
git clone [email protected]:rubydevi/blog-app.git
```
### Install
Install thr project dependencies with:
```
bundle install
```
To run the project, execute the following command:
```
rails server
```
To test the project, execute the following command:
```
rspec src/spec/
```
👤 **Chongtham Ruby Devi**
- GitHub: [@rubydevi](https://github.com/rubydevi)
- LinkedIn: [Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)
👤 **Diana Beki**
- GitHub: [@Github](https://github.com/DianaBeki)
- Twitter: [@Twitter](https://twitter.com/home)
- LinkedIn: [@LinkedIn](https://www.linkedin.com/in/diana-beki/)
👤 **Yusuf Sholotan**
- GitHub: [@yin-ka](https://github.com/yin-ka)
- LinkedIn: [Yusuf Sholotan](https://www.linkedin.com/in/yusuf-sholotan/)
- Forms
- Multiple Roles
- User Management System
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/rubydevi/blog-app/issues).
If you like this project and want to support me make cooler projects Give this project a Star.
This project is [MIT](./LICENSE) licensed.