Blog-App

The Blog-App is a classic blog website that allows blogger to post blogs, display the list of posts and empower readers to interact with the posts they read by adding comments and likes.

OTHER License

Stars
3
Committers
5

📗 Table of Contents

📖 [Blog App]

Blog app is a web app that lets user to create, edit, comment and delete blog posts. This app,currently, is under development.

🛠 Built With

Tech Stack

Key Features

  • The app allows user to post blog
  • User can like a post and see how many likes each has got
  • User write on a post

💻 Getting Started

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

Prerequisites

In order to run this project you need: Git and Ruby

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/belmeetmule/Blog-App.git

Install

Install this project with:

  cd my-project
  gem install

Create Database (Mandatory)

  rails db:create

If you have made a migration then run this command

  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec

Deployment

You can deploy this project using: Render Heroku

👥 Authors

👤 Mulugeta M

👤 David Amon-cofie

🔭 Future Features

  • Add feature to let user add, edit and delete posts
  • Add login feature so that user with valid credentials can post
  • Add admin feature to the appnew_feature_2

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Give a ⭐️ if you like this project!

🙏 Acknowledgments

I would like to thank...

  • Microverse team.
  • Everyone who will get time to check this code and suggest any issues

❓ FAQ

  • [How to run this app after I cloned it to my local machine]

    • [Start the sever by executing the command rails server from your terminal]. And open up your browser and visit localhost:3000
  • [What pre requise are required to run the app]

    • [Since it is a RoR app make sure you have rails, ruby and postgresql are installed]

📝 License

This project is MIT licensed.