Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cindydorantes/the-thoughtful-blog

A classic example of a blog website. I hace created a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/cindydorantes/the-thoughtful-blog

Last synced: 19 days ago
JSON representation

A classic example of a blog website. I hace created a fully functional website that shows 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)

- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)

- [Usage](#usage)

- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)

- [πŸ“ License](#license)


# πŸ“– The Thoughtful Blog

> **The Thoughtful Blog** is a classic example of a blog website. I hace created a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.


## πŸ›  Built With

### Tech Stack

> Project built with Ruby on Rails

Client



Database

### Key Features

- **[Post and comment creation]**
- **[Unique user loin]**
- **[Html and json reddering of data]**
-->

(back to top)


## πŸš€ Live Demo

- [] In developement.......

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

```sh
gem install rails
```
Next, install PostgreSQL and its development libraries:

sudo apt install postgresql postgresql-contrib libpq-dev


### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/CindyDorantes/The-thoughtful-blog.git
```


### Usage

To run the project, execute the following command:

```sh
sudo service postgresql start
rails server
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Cindy Dorantes**

- GitHub: [@CindyDorantes](https://github.com/CindyDorantes)
- Twitter: [@CindyDorantes10](https://twitter.com/CindyDorantes10)
- LinkedIn: [Cindy Melisa Dorantes SΓ‘nchez](https://www.linkedin.com/in/cindydorantessanchez/)

πŸ‘€ **Shedrack Sunday**

- GitHub: [@Shedrack-Sunday](https://github.com/Shedrack-Sunday)
- Twitter: [@DeleSundayS](https://twitter.com/DeleSundayS)
- LinkedIn: [Shedrack Sunday](https://www.linkedin.com/in/Shedrack-Sunday)

(back to top)

## πŸ”­ Future Features
- Add API endpoints documentaion
- Process for external view.
- Add recomendation system

(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

Give a ⭐️ if you like this project!

(back to top)

## πŸ™ Acknowledgments

Thanks to my learning partners for their support and advices

(back to top)

## πŸ“ License

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

(back to top)