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.
- Host: GitHub
- URL: https://github.com/gregolive/micro-reddit
- Owner: gregolive
- Created: 2021-11-11T14:50:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T15:06:38.000Z (over 4 years ago)
- Last Synced: 2025-03-30T15:13:58.778Z (over 1 year ago)
- Topics: ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.