ab-noori / Blog-App

The Blog app will be a classic example of a blog website. A fully functional website that will display the list of posts and empower readers to interact with them by allowing comments to be added and posts to be liked.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog Application

Project Login Page
screenshot

πŸ“— Table of Contents

πŸ“– [Blog Application]

[Blog-App] The Blog app will be a classic example of a blog website. A fully functional website that will display the list of posts and empower readers to interact with them by allowing comments to be added and posts to be liked.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • [Setup and controllers]
  • [Controllers specs]
  • [Creating a data model]
  • [Processing data in models]
  • [Views and forms]
  • [Validations, Model specs, and n+1 problems]
  • [Add Devise and authorization rules]
  • [Integration specs for Views]
  • [API documentation]
Implemented Schema's ERD
screenshot

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

(back to top)

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/ab-noori/Blog-App.git

(back to top)

Install

Install this project with:

  bundle install

(back to top)

Usage

To run the project, execute the following command:

  rails server

(back to top)

Run tests

To run tests, run the following command:

  rspec spec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Abdul Ali Noori

πŸ‘€ Kifle Haile

(back to top)

πŸ”­ Future Features

  • [Processing data in models]
  • [Views and forms]
  • [Validations, Model specs, and n+1 problems]
  • [Add Devise and authorization rules]
  • [Integration specs for Views]
  • [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, give it a star.

(back to top)

πŸ™ Acknowledgments

First, I would like to thank Microverse and my coding partners.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

The Blog app will be a classic example of a blog website. A fully functional website that will display the list of posts and empower readers to interact with them by allowing comments to be added and posts to be liked.

License:MIT License


Languages

Language:Ruby 71.1%Language:HTML 25.0%Language:Batchfile 3.1%Language:CSS 0.8%Language:JavaScript 0.1%