Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosmuerto/ruby-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/carlosmuerto/ruby-blog-app
Last synced: about 1 month 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/carlosmuerto/ruby-blog-app
- Owner: carlosmuerto
- License: mit
- Created: 2022-11-22T16:38:42.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-10T20:26:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T12:56:59.201Z (over 1 year ago)
- Language: Ruby
- Size: 385 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ruby Blog App
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Ruby Blog App ](#-ruby-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [configure postgresql database](#configure-postgresql-database)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)![screenshot](./blog_app_erd.png)
> The **Ruby Blog App** is a 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
Server
Database
### Prerequisites
In order to run this project you need:
Example command:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
git clone [email protected]:carlosmuerto/ruby-blog-app.git
cd ruby-blog-app
```
### configure postgresql database
- edit 'config\database.yml' file with your username and password
### Install
Install this project with:
- install dependency
```sh
bundle install
```
- setup database
```sh
rails db:setup
```
- update swagger documentation
```sh
rails rswag RAILS_ENV=development
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
👤 Carlos Vivas
- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/carlos-vivas-818ab831/)
👤 Andres Menutti
- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/carlos-vivas-818ab831/)
👤 Wander Gonzalez
- GitHub: [@wandergithub](https://github.com/wandergithub)
- Twitter: [@wanderklk1](https://twitter.com/wanderklk1)
- LinkedIn: [Wander A. Gonzalez](https://www.linkedin.com/in/wander-a-gonzalez-53127b205/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank...
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._