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

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


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

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

logo

📚 Blog App 🖥


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Blog App

**Blog App** is a platform for users of a single field of interest to share ideas via Posts, Likes and Comments. Each User is entitled to as many posts, likes and comments as they want.

## 🛠 Built With

### Tech Stack

Server

Database

(back to top)

## Key Features

- **This Project makes use of Object Relational Mapping**
- **This Project Creates a data model.**
- **This Project Validates and Model specs.**
- **This Project Processes data in models.**
- **This Project Setup controllers and routers.**
- **This Project Setup controllers specs..**

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

Example command:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone https://github.com/frempongdev/blog-app.git
```

### Install

Install this project with:

Example command:

```sh
cd blog-app
gem install
```

### Usage

To run the project, execute the following command:

Example command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

Example command:

```sh
bin/rails test test/models/post_test.rb
```

(back to top)

## 👥 Author
### 👥 Frempong

- GitHub: [@frempongdev](https://github.com/frempongdev)
- Twitter: [@knobaddy](https://twitter.com/knobaddy)
- LinkedIn: [Samuel knower Amankwaa-Frempong](https://www.linkedin.com/in/frempongdev/)

(back to top)

## 🔭 Future Features

- **Views.**
- **Forms.**
- **Integration specs for Views and fixing n+1 problems.**
- **Add Devise.**
- **Add authorization rules.**
- **Add API endpoints.**
- **API documentation.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project kindly show some love, give it a 🌟 **STAR** 🌟

(back to top)

## 🙏 Acknowledgments

I would like to thank:
- Microverse
- Code Reviewers
- Learning Partners

(back to top)

## 📝 License

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

(back to top)