Skip to content

macnick/micro-reddit

Repository files navigation

Building with active record

Building a junior version of Reddit called micro-reddit.

Data model

  • User table

  • Posts table

  • Comments table

License

See LICENSE.md for details.

Getting started

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

👤 Authors

  • Daniel Addo

  • Nick Haralampopoulos