‌‌‌Blog App Readme

📗 Table of Contents

📖 [Blog_App]

[Blog_App] is a blog application that allows users to create, read, update, and delete blog posts. Users can also comment on blog posts and like/dislike blog posts.

🛠 Built With

Tech Stack

Framework
  • Ruby on Rails
Database

Key Features

  • [Create post]
  • [Delete post]
  • [Update post]

(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:

  • install ruby
 sudo apt-get install ruby-full
  • install rails

      gem install rails
    
  • install postgresql

      sudo apt-get install postgresql postgresql-contrib libpq-dev

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:SaeqaSultani/Blog_App.git

Prepare the database:

  • create database
  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

Tests not yet implemented

(back to top)

👥 Authors

Mention all of the collaborators of this project.

👤 Author1

(back to top)

🔭 Future Features

  • [Upgrade UI]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

(back to top)

🙏 Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

📝 License

This project is MIT licensed.

(back to top)