Skip to content

addod19/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

About

Odin project micro-reddit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.0%
  • HTML 12.1%
  • JavaScript 8.4%
  • CSS 1.5%