https://github.com/ssschneider/ruby-blog
Blog app developed in RoR
https://github.com/ssschneider/ruby-blog
crud devise ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
Blog app developed in RoR
- Host: GitHub
- URL: https://github.com/ssschneider/ruby-blog
- Owner: ssschneider
- Created: 2025-01-19T01:09:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T06:06:45.000Z (about 1 year ago)
- Last Synced: 2025-12-27T22:44:26.142Z (6 months ago)
- Topics: crud, devise, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ruby Blog
Ruby Blog is a blog-like application, where multiple users can interact though posts, by leaving comments an seeing posts other bloggers created in their timeline.
## 🚀 Technologies
- Ruby
- Rails
- HTML
- CSS
- Javascript
- Devise
- Active Record
## 💻 Run Locally
> To run the project locally you must have `RUBY` and `RAILS` on your computer
* Ruby version used: 3.4.1
* Rails version used: 8.0.1
Steps to run it locally:
1. Clone the Repository
```bash
git clone https://github.com/ssschneider/ruby-blog.git
```
2. Run bundler to ensure all gems are installed
```bash
bundle i
```
3. Start the rails server
```bash
rails s
```
---
### Developed by Sarah Schneider 🖖