Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/banzaman/blog-app

Fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/banzaman/blog-app

Last synced: about 2 months ago
JSON representation

Fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Tests](#tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Blog App

**Blog App** is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
## 🛠 Built With

### Tech Stack

The Blog app was built using Rails

### Key Features

- Diagram a data model clearly and explain what it's doing.
- Understand how to use medium-fidelity wireframes to create a UI.

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

- Ruby installed.
- Ruby & rails.

### Setup

Clone this repository to your desired folder:

```
git clone https://github.com/banzaman/Blog-app

cd Blog-app
```

### Install
```
bundle install
```

### Usage
```
ruby main.rb
```

### Tests
```
rspec spec
```

(back to top)

## 👤 Author

**Mark Rubanza**

- GitHub: [@banzaman](https://github.com/banzaman/)
- LinkedIn: [Mark Rubanza Anderson](https://www.linkedin.com/in/mark-rubanza-anderson/)

(back to top)

## 🔭 Future Features

- Better UI Experience
- Reduce Time & Space Complexity

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/banzaman/Blog-app/issues).

(back to top)

## ⭐️ Show your support

If you like this project please show us support by givintg it a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank my colleagues at Microverse for their support during the project.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)