Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bohaz/blogapp
- Owner: bohaz
- Created: 2023-09-26T16:02:36.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-08-31T14:45:38.000Z (5 months ago)
- Last Synced: 2024-12-11T19:42:35.191Z (about 2 months ago)
- Topics: cancancan, devise, javascript, postgresql, rspec, rubocop, ruby-on-rails, tailwind-css
- Language: Ruby
- Homepage:
- Size: 11.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- 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)
- [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)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)
Ruby on Rails
Stimulus Js
Tailwind-CSS
- **User Management**
- **Post Creation and Interaction**
- **Automated Counters**
- **Relational Database Schema**
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
```
### Usage
Initialize it with
```
bin/dev
```
Then open `http://localhost:3000` in your browser.
### Test
To run the tests try the following command:
```
rspec spec
```
π€ **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/)
- [ ] **User Authentication and Authorization**
- [ ] **Enhanced Interaction**
- [ ] **Search and Filter**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/bohaz/BlogApp/issues).
If you like this project let me know with a STARβ!
I would like to thaks Microverse for giving me the oportunity to build and contribute in projects like this.
This project is [MIT](https://github.com/bohaz/BlogApp/blob/dev/MIT.md) licensed.