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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– 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.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • 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.

(back to top)

πŸš€ Live Demo

  • N/A

(back to top)

πŸ’» Getting Started

Prerequisites

In order to run this project you need:

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

Usage

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

(back to top)

  • πŸ‘₯ Authors

πŸ‘€ Kanza Tahreem

πŸ‘€ Camilo Vela

πŸ‘€ Danys Linares

(back to top)

πŸ”­ Future Features

  • Add Devise.
  • Add authorization rules.
  • Integration specs for Views.
  • Add API endpoints.
  • API documentation.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project and want to support me make cooler projects Give this project a Star.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

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.

License:MIT License


Languages

Language:Ruby 68.1%Language:HTML 21.7%Language:CSS 9.0%Language:JavaScript 1.1%