Skip to content

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.

License

Notifications You must be signed in to change notification settings

belmeetmule/Blog-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 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

Client
Server
Database
Testing

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

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

(back to top)

👥 Authors

👤 Mulugeta M

👤 David Amon-cofie

(back to top)

🔭 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

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank...

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

(back to top)

❓ 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]

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published