Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 596 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 596 Bytes

Bloccit

###A Reddit replica to teach the fundamentals of web development and Rails.

Made with my mentor at Bloc.

http://gentle-escarpment-48909.herokuapp.com/

This was my first Ruby on Rails project created alongside my mentor using various pair programming techniques and Rails fundamentals curriculum.

I developed this project using TDD with RSpec. Alongside learning to implement different polymorphic Active Record Associations and standard Rails techniques, I also learned to write an user authentication module from scratch, and a simple JSON API for the project.