College based discussion web application is a platform that enables users to instantly message and connect with your peers or alumnus through their computers or mobile devices.
-
Authentication: Verification Link would be sent to his college email.
-
Connection: Our app allows a user to ask a question, answer a question, replying to a thread, upvoting/downvoting, editing or deleting a post/comment, polling system, FAQ page, sharing a post on any social media platform.
-
Home Page: It will directly take the student in the college he is studying after he has registered to a college. For Eg : www.CampusConnect.com/
-
Subcategories : All important notices like exam schedule,fees,etc will be displayed at the home page. Subcategory section will contain information about different councils , societies, sports, academics, higher education and other extracurricular activities. For Eg : www.CampusConnect.com/VESIT/Academics
-
Admin Portal : The user with admin access can remove or edit inappropriate posts/comments.
Campus_Connect_Final.mp4
- Node
- Npm
- Mongodb
-
Clone this repository.
-
Install server dependencies.
$ cd server $ npm install
-
Install client dependencies.
$ cd client $ npm install
- Start mongodb locally
$ mongod
- Start the server
$ cd server $ npm start
- Start the client
$ cd client $ npm start
- Browse to
http://localhost:3000/