https://github.com/jfoyarzo/rails-blog
https://github.com/jfoyarzo/rails-blog
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfoyarzo/rails-blog
- Owner: jfoyarzo
- License: mit
- Created: 2023-01-31T22:54:05.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-20T02:38:23.000Z (about 2 years ago)
- Last Synced: 2023-05-04T10:23:05.540Z (almost 2 years ago)
- Language: Ruby
- Size: 233 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Rails Blog ](#-rails-blog-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**Rails blog** is a blog app written using Ruby on Rails and the MVC design pattern. It's currently on its early stages, and it's part of the Microverse curriculum.
Client / Backend
Database
- **Add users**
- **Each user can create many posts**
- **Each post can have many likes and comments**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby version 2.7.0 or later
- Rails version 6 or later
### Setup
Clone this repository to your desired folder:
`https://github.com/jfoyarzo/rails-blog.git`
`cd rails-blog`
### Install
Install dependencies for this project using:
`bundle install`
>For local PostgreSQL database integration, remember to provide the correct credentials using `rails credentials:edit`
### Usage
To start the server, execute the following command:
`rails server`
### Run tests
To run tests, run the following command:
`rspec`
### Deployment
Coming soon...
👤 **Felipe Oyarzo**
- GitHub: [@jfoyarzo](https://github.com/jfoyarzo)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jorge-felipe-oyarzo-contreras)
- [ ] **Controllers**
- [ ] **Views**
- [ ] **Frontend UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/jfoyarzo/rails-blog/issues/).
If you like this project please consider giving it a star!
We would like to thank [Microverse](https://www.microverse.org/) for the opportunity.
This project is [MIT](./LICENSE) licensed.