Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/elratto21/learnrails_blog
- Owner: elRatto21
- Created: 2024-09-16T13:41:08.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T14:09:19.000Z (2 months ago)
- Last Synced: 2024-09-17T16:43:16.852Z (2 months ago)
- Language: Ruby
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`