Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/belmeetmule/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.
https://github.com/belmeetmule/blog-app

capybara-rspec css postgresql rails-application rspec-rails ruby

Last synced: 2 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [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

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

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

### Install

Install this project with:

```sh
cd my-project
gem install
```

Create Database (Mandatory)
```sh
rails db:create
```

If you have made a migration then run this command
```sh
rails db:migrate
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
rspec
```

### Deployment

You can deploy this project using:
[Render](https://render.com/)
[Heroku](https://www.heroku.com/)

(back to top)

## 👥 Authors

👤 **Mulugeta M**

- GitHub: [@belmeetmule](https://github.com/belmeetmule)
- Twitter: [@belmeetmule](https://twitter.com/belmeetmule)
- LinkedIn: [belmeetmule](https://linkedin.com/in/belmeetmule)

👤 **David Amon-cofie**
- GitHub: [@githubhandle](https://github.com/gauravgangwarweb)
- Twitter: [@twitterhandle](https://twitter.com/GauravGangwar51)
- LinkedIn: [LinkedIn](https://linkedin.com/in/gauravgangwarweb)

(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](https://github.com/belmeetmule/Blog-App/issues).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank...
- [Microverse](www.microverse.org) team.
- Everyone who will get time to check this code and suggest any [issues](https://github.com/belmeetmule/hello-world/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](./LICENSE.md) licensed.

(back to top)