Skip to content

Latest commit

 

History

History
185 lines (123 loc) · 4.46 KB

README.md

File metadata and controls

185 lines (123 loc) · 4.46 KB

📗 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)