Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hetrox8/blog_app
This Blog App provides a well structured Ui for easy navigation of users. It allows them to write their blogs, view others blog, comment and leave a like. The Tech stack primarily used is Ruby on Rails with addition of JWT authentication.
https://github.com/hetrox8/blog_app
Last synced: 6 days ago
JSON representation
This Blog App provides a well structured Ui for easy navigation of users. It allows them to write their blogs, view others blog, comment and leave a like. The Tech stack primarily used is Ruby on Rails with addition of JWT authentication.
- Host: GitHub
- URL: https://github.com/hetrox8/blog_app
- Owner: hetrox8
- Created: 2023-10-26T17:30:30.000Z (about 1 year ago)
- Default Branch: Development
- Last Pushed: 2024-02-19T14:13:58.000Z (11 months ago)
- Last Synced: 2024-12-23T21:24:19.513Z (23 days ago)
- Language: Ruby
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog_App
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)- [📝 License](#license)
This is a Blog App build with Ruby on Rails where clients can post and comment and also leave a like for the favorite post they like.
- Ruby
- Rails
- PostgreSQL- Create posts.
- List all the posts.
- Add comments and likes to a post.### Prerequisites
To run this project you need the following dependencies:
- Ruby: `3.0.2`
- Rails: `7.0.4.3+`
- PostgreSQL: `15.2+`### Setup
- Clone this repository to your local machine:
```sh
git clone [email protected]:hetrox8/Rails_Blog_App.git
cd Blog_app
```
- Install dependencies:
```sh
bundle install
```- Recreate Data Base:
```sh
rake db:schema:load
```### Usage
To run the project, execute the following command in the terminal:
``` sh
cd Blog_app
rails s
```👤 **Suleiman Gacheru**
- GitHub: [@hetrox8](https://github.com/hetrox8)
- Twitter: [@suleimangacheru](https://twitter.com/suleimangacheru)- Add validations to the model.
- Create controllers.
- Create a web interface.Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https:/https://github.com/hetrox8/Blog_App/issues) for any open issues or to report a new one.
Give a ⭐️ if you like this project!
I would like to thank the Microverse community for their support and guidance.
This project is [MIT](./MIT.md) licensed.