/Ruby-blog-app

Primary LanguageRubyMIT LicenseMIT

logo

ROR Blog APP

📗 Table of Contents

📖 Ruby Blog App

Ruby Blog app is a simple blog application that is built using Ruby on rails frameworkd

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Creating blog
  • Deleting Blogs
  • Updating Blogs
  • Like and comment on Blogs

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

  • Ruby on local Environment
  • Postgresql database

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/GutemaG/Ruby-blog-app.git

Install

Install this project with:

  cd Ruby-blog-app
  bundle install

Create and migrate 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:

  rspec spec

(back to top)

👥 Authors

👤 Birhanu Gudisa

👤 Gustavo MarcoAurelioAntonio

(back to top)

🔭 Future Features

  • Create full CRUD application

(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 a star!

(back to top)

🙏 Acknowledgments

I would like to thank microverse community

(back to top)

📝 License

This project is MIT licensed.

(back to top)