Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This is a blog app where users can create an account, create posts, comment on posts, and like posts.
https://github.com/haadiiii/blog-app

psql-database rails-console rails-server rspec ruby ruby-on-rails

Last synced: about 1 month ago
JSON representation

This is a blog app where users can create an account, create posts, comment on posts, and like 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)
- [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

> This is a blog app where users can create an account, create posts, comment on posts, and like posts.

**Blog App** is a...

## 🛠 Built With

### Tech Stack

> This project was built using these technologies.

Client


  • Ruby on Rails

  • HTML

  • CSS

  • Yarn

  • PostgreSQL

  • Heroku

  • VSCode

  • Git

  • GitHub

  • GitFlow

  • Terminal

Server


  • Rails

Database

### Key Features

> This project has the following features.

- User can create an account.
- User can create posts.
- User can comment on posts.
- User can like posts.

(back to top)

## 🚀 Live Demo

> Comming soon

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

(back to top)

## 💻 Getting Started

> To get a local copy up and running follow these simple example steps.

### Prerequisites

In order to run this project you need:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
git clone [email protected]:Haadiiii/blog-app.git
```

-

### Install

Install this project with:

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

-

### Usage

To run the project, execute the following command:

```sh
rails server
```

-

### Run tests

To run tests, run the following command:

```sh
rspec
```

(back to top)

## 👥 Author

👤 **Haamid Ali**

- GitHub: [@Haadiiii](https://github.com/Haadiiii)
- Twitter: [@HaaDiii_99](https://twitter.com/HaaDiii_99)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/hamid-ali-01a872213/)

(back to top)

## 🔭 Future Features

> This project is still in development. the features that will be added in the future.

(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

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## 🙏 Acknowledgments

I would like to thank...

- [Microverse](https://www.microverse.org/)
- [The Odin Project](https://www.theodinproject.com/)

(back to top)

## ❓ FAQ

> If you have any questions, please contact me.

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)