Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techemprez/blog_app
https://github.com/techemprez/blog_app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/techemprez/blog_app
- Owner: techEmprez
- License: other
- Created: 2022-11-26T11:12:41.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-14T14:51:01.000Z (over 1 year ago)
- Last Synced: 2024-04-09T22:39:24.409Z (7 months ago)
- Language: Ruby
- Size: 6.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog\_app ](#-blog_app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🔭 Future Features ](#-future-features-)
- [:card\_index: Entity Relationship Diagram ](#card_index-entity-relationship-diagram-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features--1)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)![blog-gif](https://ansarshome.files.wordpress.com/2021/09/d3464a4351fdf340ccb6bb37c281381a.gif)
**Blogger App** will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Client
- HTML
- CSS
- JavaScript
- Ruby on Rails
Server
- Ruby on Rails
Database
> Describe between 1-3 key features of the application.
- **[Create and run necessary migration files]**
- **[Match table and column names to the ERD diagram.]**
- **Users can view posts**
- **Users can add posts**
- **Users can comment on posts**
- **Users can like posts**
- **Users can view comments**
> Describe 1 - 3 features you will add to the project.
- [ ] **[Users can register ]**
- [ ] **[Users can Login ]**
- [ ] **[Users can like and comment on other users posts]**
## :card_index: Entity Relationship Diagram
![er-diagram](https://user-images.githubusercontent.com/84629565/203113736-82dacec0-6b75-42e6-b87e-8bf441ffbe57.png)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
`Git` and `Ruby`
```
gem install rails
```
### Install
Install this project with:
```sh
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server or rails s
```
👤 **Choice Osobor**
- GitHub: [![@techEmprez](https://img.shields.io/badge/-techEmprez-white?logo=GitHub&logoColor=181717&style=plastic)](https://github.com/techEmprez)
- Twitter: [![@techEmprez](https://img.shields.io/badge/-techEmprez-blue?logo=Twitter&logoColor=skyBlue&style=plastic)](https://twitter.com/techEmprez)
- LinkedIn: [![Choice-Osobor](https://img.shields.io/badge/-ChoiceOsobor-white?logo=LinkedIn&logoColor=181717&style=plastic)](https://www.linkedin.com/in/choice-osobor/)
👤 **Akite Donald**
- GitHub: [@Donald](https://github.com/quavo19)
- Twitter: [@AkiteDonald](https://twitter.com/DonaldAkite)
- LinkedIn: [@AkiteDonald](https://www.linkedin.com/in/donald-akite-299a31222/)
- [ ] **[Controllers specs]**
- [ ] **[Processing data in models]**
- [ ] **[Views]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project you can show support by giving a star to the project
I would like to thank microverse and Gorails community for the support and motivation.
- [Microverse](https://microverse.org)
This project is [MIT](./LICENSE.md) licensed.