Building a junior version of Reddit called micro-reddit.
-
User table
-
Posts table
-
Comments table
See LICENSE.md for details.
To get started with the app, clone the repo and then install the needed gems:
$ bundle install --without production
Next, migrate the database:
$ rails db:migrate
You are ready to run the app in a local server:
$ rails server
-
Daniel Addo
-
Nick Haralampopoulos