KAngel7 / reddit-clone

A reddit clone written using node.js / express.js / mongodb / passport.js. https://forum.vndevs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vndevs forum

A reddit clone written using node.js / express.js / mongodb / passport.js

Website:

https://forum.vndevs.com

Image

Features:

  • Frontpage
  • Topics
  • Submitting comments / posts / links
  • Voting on posts / comments
  • Saving posts / comments
  • Editing posts / comments
  • Deleting posts / comments
  • Subscribing
  • Searching
  • Sorting
  • Profile pages
  • Karma system
  • Relative time
  • Validation
  • Login / Register
  • Hash / salted passwords
  • Change password / delete account
  • API

API:

URL Method Details Body
/api/frontpage GET Retrieves all posts from frontpage
/api/r/subreddit GET Retrieves all posts from subreddit
/api/post/id GET Retrieves post by id
/api/post/id/comments GET Retrieves all comments for post by id
/api/u/user GET Retrieves profile information about user
/api/u/user/posts GET Retrieves all posts by user
/api/u/user/comments GET Retrieves all comments by user
/api/register POST Registers an account username, password

Screenshots:

Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image

About

A reddit clone written using node.js / express.js / mongodb / passport.js. https://forum.vndevs.com/


Languages

Language:JavaScript 51.3%Language:HTML 45.7%Language:CSS 3.0%