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

https://github.com/gregolive/micro-reddit

Data structure only project created to practice Rails active record.
https://github.com/gregolive/micro-reddit

ruby-on-rails

Last synced: about 2 months ago
JSON representation

Data structure only project created to practice Rails active record.

Awesome Lists containing this project

README

          

# Micro-Reddit

Data structure only project created to practice Rails active record. Includes models for User, Post, and Comment to simulate the database of a website like Reddit.

Does not include a front end and simply uses the Rails console to play around with the models without the overhead of making HTTP requests and involving controllers or views.