/blog-app-ror

Blog App with Ruby on Rails

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Blog application

The Blog app is a classic example of a blog website. There was created a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts. In this project, we added API endpoints for posts and comments.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Sign-in / Log-in
  • Create / delete a post
  • Add / delete a comment to a post
  • Like a post

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Install ruby on your computer or run in with docker
  • Have rails installed on your computer

Setup

Clone this repository to your desired folder:

Example commands:

  git clone git@github.com:sergskol/blog-app-ror.git
  cd blog-app-ror

Install

Install this project with:

Example command:

  cd blog-app-ror
  bundle install
  rails db:migrate

Usage

To run the project, execute the following command:

rails server

(back to top)

👥 Authors

👤 Sergiy Shkolnik

👤 George William Kidde

🔭 Future Features

  • Add More methods
  • Add presentation of this project

(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 please add star!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for learning.

(back to top)

📝 License

This project is MIT licensed.

(back to top)