An open API service indexing awesome lists of open source software.

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

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   |   
Run Locally      


Preview

## 🚀 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 🖖