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

https://github.com/alusp/blog_app_with_rails

Blog App is an app that allows users to create and share their opinions and other users can read and comment on them. It also has a feature that displays random quotes to inspire users.
https://github.com/alusp/blog_app_with_rails

Last synced: over 1 year ago
JSON representation

Blog App is an app that allows users to create and share their opinions and other users can read and comment on them. It also has a feature that displays random quotes to inspire users.

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

> Describe your project in 1 or 2 sentences.

**Blog App** is an app that allows users to create and share their opinions and other users can read and comment on them. It also has a feature that displays random quotes to inspire users.

## 🛠 Built With

### Tech Stack

> This project was built using these technology.

Client

Server

Database

### Key Features

> Describe between 1-3 key features of the application.

- **[Displays Users]**
- **[Users can Post]**
- **[Users can Comment]**

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

- [Live Demo Link](https://yourdeployedapplicationlink.com)

(back to top)

## 💻 Getting Started

> Describe how a new developer could make use of your project.

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

### Prerequisites

In order to run this project you need:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Alusp/Blog_app_with_rails.git
```
-

### Install

Install this project with:

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

### Usage

To run the project, execute the following command:

```sh
rails server
```
-

### Run tests

To run tests, run the following command:

```sh
bin/rails test test/models/article_test.rb
```
-

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👤 **Author1**

👤 **Alusine Jalloh**

- GitHub: [@Alusp](https://github.com/Alusp)
- LinkedIn: [@alusine-jalloh](https://www.linkedin.com/in/alusine-jalloh)
- Twitter: [@aseni_jalloh](https://twitter.com/aseni_jalloh)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **[Post Form]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Alusp/Blog_app_with_rails/issues).

(back to top)

## ⭐️ Show your support

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

(back to top)

## 📝 License

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

(back to top)