Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesakduducoder/rails_blog_app
The Blog app is a classic blog website. Where you can see the list of posts and interact with them by adding comments and liking posts.
https://github.com/mesakduducoder/rails_blog_app
Last synced: 7 days ago
JSON representation
The Blog app is a classic blog website. Where you can see the list of posts and interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/mesakduducoder/rails_blog_app
- Owner: MesakDuduCoder
- License: mit
- Created: 2023-09-19T08:14:25.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-08T09:00:59.000Z (over 1 year ago)
- Last Synced: 2024-04-15T10:28:37.033Z (10 months ago)
- Language: Ruby
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)- [📝 License](#license)
**[rails_blog_app]** is a web app that allows user to
* create account
* login/logout
* create post
* like post
* comment postit is built using ruby on rails and postgres database.
Language
Framework
Database
- **[create_account]**
- **[create_post]**
- **[like_post]**
- **[comment_post]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Ruby version 3.2.2 installed
Rails version 7.0.8 installed
PostgreSQL version 15.3 installed
### Setup
Clone this repository to your desired folder:
```sh
cd rails_blog_app
git clone https://github.com/MesakDuduCoder/rails_blog_app.git
```
### Install
Install this project with:
## For windows
```sh
ruby installer
rails installer
postgres installer
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
👤 **MesakDuduCoder**
- GitHub: [@githubhandle](https://github.com/MesakDuduCoder)
- Twitter: [@twitterhandle](https://twitter.com/mesak_10)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mesak-lalrindika/)
👤 **Anita Sharma**
- GitHub: [@anita00001](https://github.com/anita00001)
- LinkedIn: [anitaa-sharmaa](https://www.linkedin.com/in/anitaa-sharmaa/)
- Twitter: [@anitaa_sharmaa](https://twitter.com/anitaa_sharmaa)
- [ ] **[more_type_of_posts]**
- [ ] **[add_friends]**
- [ ] **[add_stories]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project consider following me on github to see more projects like this. I will follow you back.
I would like to thank Microverse for the project inspiration.
This project is [MIT](./LICENSE) licensed.