/blog-app

Primary LanguageRubyMIT LicenseMIT

πŸ“— Table of Contents

πŸ“– Blog App

This project a functional blog app created using Ruby on Rails; it allows the user to create, like and comment on posts.

πŸ›  Built With

Tech Stack

Key Features

  • Create a Post
  • Add 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:

  • IDE or code editor: VsCode, atom, sublime...
  • To have Ruby and Git installed on your system.

After installing Ruby, run the following command to install rails.-

 gem install rails

Setup

Clone this project on your local machine using the following command in your terminal:

  git clone https://github.com/DaveZag/blog-app.git

Install

Run the following command to install all project's dependencies:

  cd blog-app
  bundle install

Usage

To run the project, execute the following command:

Example command:

  rails server

OR

  rails s

Run tests

To run tests, run the following command:

Example command:

  gem install rails rspec
  rails spec spec/models/

πŸ‘₯ Author

πŸ‘€ Dave Zagabe

πŸ‘€ Wilson Vitalis

πŸ”­ Future Features

  • Add GUI

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project, kindly give it a star ⭐️

πŸ™ Acknowledgments

  • Microverse
  • Ruby on Rails DocumentationπŸ™ƒ
  • Every person who inspired this codebase

πŸ“ License

This project is MIT licensed.

(back to top)