Skip to content

Latest commit

 

History

History
218 lines (140 loc) · 5.04 KB

README.md

File metadata and controls

218 lines (140 loc) · 5.04 KB

📗 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)