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

https://github.com/hanasabih/blogapp

About The Inkling Blog app is a classic blog website. It 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 Ruby, Ruby on Rails and PosgreSQL
https://github.com/hanasabih/blogapp

blogging javascript postgresql ruby ruby-on-rails

Last synced: 2 months ago
JSON representation

About The Inkling Blog app is a classic blog website. It 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 Ruby, Ruby on Rails and PosgreSQL

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)
- [📝 License](#license)

# 📖 [BlogApp]

**[BlogApp]** is an ongoing project which when finished will be a ruby on rails application which allows users to make posts, comments and leave likes, while saving all of this data to a database server.

## 🛠 Built With

### Tech Stack

Client

Database

### Key Features

- Stores information on users, posts, comments and likes.

(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 ```, ``` Rails ``` and a Database such as PostgreSQL

### Setup

Clone this repository to your desired folder.

### Install

Install this project with:

```
bundle install
rails db:migrate
```

### Usage

To run the project, execute the following command:

```
pg_ctl start
rails server
```

(back to top)

## 👥 Author

👤 **Hana Sabih**

- GitHub: [Github](https://github.com/HanaSabih)
- Twitter: [Twister](https://twitter.com/HanaSabih)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/HanaSabih/)

(back to top)

## 🔭 Future Features

- Add the rest of the necessary features for a functional blog.

(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 please give it a ⭐️!

(back to top)

## 🙏 Acknowledgments

Thank you to microverse for setting us on this journey.

(back to top)

## 📝 License

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

(back to top)