Skip to content

Developed a web application inspired by Quora during a hackathon by TIAA company. Key features include user registration, post creation with a character limit of 2000, engagement tools such as comments, upvotes, downvotes, and trending posts based on categories.

Notifications You must be signed in to change notification settings

yashkondewar/Discussify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

🌐 Discussify

MongoDB, Expressjs, React/Redux, Nodejs

Discussify is a full-stack project in MongoDB, ExpressJs, ReactJS, and NodeJs.

● This project was developed in TIAA Hackathon it is a web application inspired by Quora.
● Key features include user registration, post creation with a character limit of 2000, engagement tools such as comments, upvotes, downvotes, and trending posts based on categories.
● Focused on creating a user-friendly interface and fostering a vibrant online knowledge-sharing and discussion community.

Screenshots

Discussify 1 Home Page

Discussify 2 Create Post

Clone or download

$ git clone https://github.com/yashkondewar/Discussify.git

project structure

server/
   package.json
client/
   package.json

Prerequisites

Client-side usage(PORT: 3000)

$ cd client         // go to client folder
$ npm i             // npm install packages
$ npm start         // run it locally

Server-side usage(PORT: 8000)

$ cd server     // go to server folder
$ npm i         // npm install packages
$ npm start     // run it locally

About

Developed a web application inspired by Quora during a hackathon by TIAA company. Key features include user registration, post creation with a character limit of 2000, engagement tools such as comments, upvotes, downvotes, and trending posts based on categories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.9%
  • CSS 26.3%
  • HTML 0.8%