/Rails-Blog-App

Primary LanguageRubyMIT LicenseMIT

Blog App


📗 Table of Contents

📖 Blog App

Blog App is classic blog app that allows users to create posts and add comments to them. It also allows users to like posts. It is built using Ruby on Rails.

🛠 Built With

Tech Stack

Server
Database

Key Features

  • Create a comment
  • Create a post
  • Create a like
  • Create a user

(back to top)

🚀 Live Demo

Not Deployed Yet.

UML Diagram

diagram

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

  • To install ruby on your PC. You can read this documentation on how to do so
  • To install sqlite3 on your PC. You can read this documentation on how to do so
  • Know how to navigate directories or folders at the CLI.
  • Know how to get the URL(https/ssh) of a repository on GitHub.
  • You should have a code editor installed, preferably VSCode.
  • In order to run this project you need:

Setup

In desired folder or directory in the CLI, run the command:

git clone git@github.com:elarhadu/Blog-App.git

Navigate into the cloned folder or repository by running the command:

cd Blog-App

If VsCode is your default code editor, run:

code .

You are all set up!

Install

Install this project with:

 bundle install

Usage

To run the project, execute the following command:

ruby bin/rails server

Run tests

To run tests, run the following command:

  rspec spec spec/[filename.rb]

(back to top)

👥 Author

👤 Emmanuella Adu

(back to top)

🔭 Future Features

  • Create Post
  • Add Comment to a post
  • Like a Post

(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 me ⭐

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for this project inspiration.

(back to top)

📝 License

This project is MIT licensed.

(back to top)