Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cindydorantes/the-thoughtful-blog
- Owner: CindyDorantes
- Created: 2023-01-19T23:52:08.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2023-02-04T22:46:04.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T19:47:45.856Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 498 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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** 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.
> Project built with Ruby on Rails
Client
Database
- **[Post and comment creation]**
- **[Unique user loin]**
- **[Html and json reddering of data]**
-->
- [] In developement.......
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
```
π€ **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)
## π Future Features
- Add API endpoints documentaion
- Process for external view.
- Add recomendation system
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a βοΈ if you like this project!
Thanks to my learning partners for their support and advices
This project is [MIT](./MIT.md) licensed.