https://github.com/salimer/blog-app
The Blog 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.
https://github.com/salimer/blog-app
Last synced: about 1 year ago
JSON representation
The Blog 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.
- Host: GitHub
- URL: https://github.com/salimer/blog-app
- Owner: Salimer
- License: mit
- Created: 2023-08-14T15:23:28.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-08T06:59:37.000Z (over 2 years ago)
- Last Synced: 2023-11-08T09:17:22.482Z (over 2 years ago)
- Language: Ruby
- Size: 250 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog App
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog App ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
The Blog app is a classic example of a blog website. It is a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts. Here are the ERD and wireframes for the project.
Tech Stack
- Ruby on Rails
- POSTGRES
- Display Users
- Display posts
- Display comments on posts
- Display likes on posts
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Example command:
```sh
Install Ruby
Install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/salimer/Blog-App.git
```
### Usage
To run the project, execute the following command:
```sh
rails s
```
### Run tests
To run tests, run the following command:
```sh
rails test
```
👤 **Salim Bamahfoodh**
- GitHub: [@salimer](https://github.com/salimer)
👤 **Alishah**
- GitHub: [AliShahSafdari](https://github.com/AliShahSafdari)
- LinkedIn: [AlishahSafdari](https://www.linkedin.com/in/alishahsafdari/)
- Add GUI
Contributions, issues, and feature requests are welcome!
If you like this project, give it a star.
- Thanks to all Microverse community
This project is [MIT](./LICENSE) licensed.