Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdelaziz-mahdi/blog-app
The Blog app is a classic example of a blog website. It's a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/abdelaziz-mahdi/blog-app
Last synced: 28 days ago
JSON representation
The Blog app is a classic example of a blog website. It's a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/abdelaziz-mahdi/blog-app
- Owner: Abdelaziz-Mahdi
- License: mit
- Created: 2023-09-18T18:48:22.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-11-08T02:32:15.000Z (about 1 year ago)
- Last Synced: 2024-05-18T15:28:43.595Z (6 months ago)
- Language: Ruby
- Size: 657 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Clone](#clone)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [⭐️ Future Features](#future-features)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Blog App** The Blog app is a classic example of a blog website. It's a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Languages & bundlers
Database
- A fully functional website.
- Show the list of posts.
- Empower readers to interact with them by adding comments and liking posts.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Download and Install the latest Ruby distributions.
[Download Ruby](https://www.ruby-lang.org/en/downloads/)
### Setup
- *Docs*
[Installation Documentation](https://www.ruby-lang.org/en/documentation/installation/)
### Clone
- Clone this repo to your local machine using `https://github.com/Abdelaziz-Mahdi/blog-app.git`
### Usage
Run the following commands on your terminal:
- bundle install
- rails s
👤 **Abdelaziz Mahdi**
- GitHub: [@Abdelaziz-Mahdi](https://github.com/Abdelaziz-Mahdi)
- Twitter: [@_AbdelazizMahdi](https://twitter.com/_AbdelazizMahdi)
- LinkedIn: [in/abdelaziz-mahdi](https://www.linkedin.com/in/abdelaziz-mahdi)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Abdelaziz-Mahdi/blog-app/issues).
Give a ⭐️ if you like this project!
- [x] Project 1: Setup and controllers.
- [x] Project 2: Controllers specs.
- [x] Project 3: Creating a data model.
- [x] Project 4: Processing data in models.
- [x] Project 5: Views.
- [x] Project 6: Forms
- [X] Project 7: Validations, Model specs, and n+1 problems.
- [ ] Project 8: Add Devise.
- [ ] Project 9: Add authorization rules.
- [ ] Project 10: Integration specs for Views.
- [ ] Project 11: Add API endpoints.
- Project inspired by Microverse Program.
This project is [MIT](./LICENSE) licensed.