Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bohaz/blogapp

This application is a simple yet functional blog platform built with Ruby on Rails, utilizing PostgreSQL as the database.
https://github.com/bohaz/blogapp

cancancan devise javascript postgresql rspec rubocop ruby-on-rails tailwind-css

Last synced: 26 days ago
JSON representation

This application is a simple yet functional blog platform built with Ruby on Rails, utilizing PostgreSQL as the database.

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)

# πŸ’» Bloguers

This application is a functional blog platform built with Ruby on Rails, utilizing PostgreSQL as the database and styled with Tailwind-css. Users can create posts, comment on existing posts, and like posts. Every interaction is tied to a specific user and post, fostering a community environment and allowing for interaction between users.

![Bloguers](https://github.com/bohaz/BlogApp/assets/127757182/08895f41-9f80-491d-a295-a28511ecc795)

## πŸ›  Built With

### Tech Stack

Ruby on Rails

Stimulus Js

Tailwind-CSS

### Key Features

- **User Management**
- **Post Creation and Interaction**
- **Automated Counters**
- **Relational Database Schema**

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:bohaz/BlogApp.git
```

Navigate to the cloned repository and run the following command to install the necessary gems:
```
cd BlogApp
bundle install
```

(back to top)

### Usage
Initialize it with
```
bin/dev
```
Then open `http://localhost:3000` in your browser.

(back to top)

### Test
To run the tests try the following command:
```
rspec spec
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Ricardo MartΓ­nez**

- GitHub: [@bohaz](https://github.com/bohaz)
- LinkedIn: [Ricardo Martinez](https://www.linkedin.com/in/ricardomart%C3%ADnez%E2%88%B4/)
- Portfolio: [Ricardo's Portfolio](https://ricardosportfolio.vercel.app/)
-
πŸ‘€ **Agyare Kissi Kenneth**

- GitHub: [@githubhandle](https://github.com/over-geek)
- Twitter: [@twitterhandle](https://twitter.com/KissiKenneth)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kenneth-agyare-kissi-673a01186/)

(back to top)

## πŸ”­ Future Features

- [ ] **User Authentication and Authorization**
- [ ] **Enhanced Interaction**
- [ ] **Search and Filter**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/bohaz/BlogApp/issues).

(back to top)

## ⭐️ Show your support

If you like this project let me know with a STAR⭐!

(back to top)

## πŸ™ Acknowledgments

I would like to thaks Microverse for giving me the oportunity to build and contribute in projects like this.

(back to top)

## πŸ“ License

This project is [MIT](https://github.com/bohaz/BlogApp/blob/dev/MIT.md) licensed.

(back to top)