Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elratto21/learnrails_blog

Simple CRUD project to learn Ruby on Rails basics. Blog app called "Exploding Fist Bump"
https://github.com/elratto21/learnrails_blog

Last synced: 8 days ago
JSON representation

Simple CRUD project to learn Ruby on Rails basics. Blog app called "Exploding Fist Bump"

Awesome Lists containing this project

README

        

# README

## Setup

- `git clone https://gitlab.com/danielpuglisi/explodingfistbump.git`
- `cd explodingfistbump`
- `bundle`
- `bundle exec rails server`

## Run Tests

- `bundle exec rails test`