https://github.com/kanzatahreem/blog-app
The Blog app is a classic example of a blog website. It is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/kanzatahreem/blog-app
api-endpoints cancancan capybara-rspec devise jwt-authentication psql-database ruby-on-rails
Last synced: 5 months ago
JSON representation
The Blog app is a classic example of a blog website. It is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/kanzatahreem/blog-app
- Owner: KanzaTahreem
- License: mit
- Created: 2023-01-18T15:28:12.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-19T20:31:12.000Z (about 2 years ago)
- Last Synced: 2025-04-04T18:23:13.223Z (6 months ago)
- Topics: api-endpoints, cancancan, capybara-rspec, devise, jwt-authentication, psql-database, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 408 KB
- Stars: 4
- 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)
- [📖 Blog App ](#-blog-app-)
- [🛠 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)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)# 📖 Blog App
The **Blog app** is a classic example of a blog website. It is 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
Server
Database
- Use RubyGems as a software package system.
- Use database migration files to maintain database schema.
- Understand ORM
- Update Views and add forms
- Validations, Model specs, and n+1 problems.
- N/A
### Prerequisites
In order to run this project you need:
- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).
- [PostgreSQL](https://www.postgresql.org/) installed and running
### Setup
Clone this repository to your desired folder:
```
git clone git@github.com:KanzaTahreem/Blog-App.git
cd Blog-App
```
### Install
Install thr project dependencies with:
```
bundle install
```
To run the project, execute the following command:
```
rails server
```
### Run tests
To run all tests, including unit and integration tests, run the following command:
```
rspec
```
### Deployment
You can deploy this project using:
```
N/A
```
- ## 👥 Authors
👤 **Kanza Tahreem**
- GitHub: [@KanzaTahreem](https://github.com/KanzaTahreem)
- Twitter: [@kanza_tahreem](https://twitter.com/kanza_tahreem)
- LinkedIn: [kanza-tahreem](https://www.linkedin.com/in/kanza-tahreem/)
👤 **Camilo Vela**
- GitHub: [@camilovelag](https://github.com/camilovelag)
- Twitter: [@camilovelag](https://twitter.com/camilovelag)
- LinkedIn: [camilovelag](https://linkedin.com/in/camilovelag)
👤 **Danys Linares**
- GitHub: [@d4nQw3rty](https://github.com/d4nQw3rty)
- Twitter: [@Danys_Linares](https://twitter.com/Danys_Linares)
- LinkedIn: [danys-linares](www.linkedin.com/in/danys-linares)
- Add Devise.
- Add authorization rules.
- Integration specs for Views.
- Add API endpoints.
- API documentation.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/KanzaTahreem/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.