Skip to content

Oaik/Reddit

Repository files navigation

Reddit

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license

Table of Contents

Features

A clone of reddit website

Login/Register system

Each user can

  • register and edit/delete his own profile
  • create any number of channels
  • join(follow) any channel
  • create a post on any channel
  • upvote/downvote any post
  • comment any post

Built with

  • Ruby on rails

Database Modeling

view it online: https://dbdiagram.io/d/6062e295ecb54e10c33de73e diagram for app

Verision with highlight

diagram for app

// users // posts // channels // user follow channels // posts-users // comments