Skip to content

devk232/Discussion-Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discussion Forum

A disscussion forum built using ReactJS, NodeJS and MongoDB.

Features

  • Allows users to create new discussions about different topics and assign tags to them. Other users can reply to those posts, like them, etc.
  • Each discussion is assigned to different tags and user can filter posts according to the topics they like, or by popularity.
  • Performed User Authentication and Authorisation using JSON Web Tokens.