Simple rails blog with posts and comments with CRUD functionality and styled completely with BULMA CSS Framework. See app/assets/images/ for a screenshot of the site.
Screen Shots:
Functionality:
(Pull and run rails s
to test functionality)
- CRUD Posts
- CRD Comments
GEMS:
- Bulma-rails
- better-errors
- pry
- guard
- guard-livereload
TODO:
- Incorporate Devise for authentication and user roles.
- login, logout, signup with email confirmations.
- Testing.
- host on heroku.