PathShala is a virtual learning app in which students having similar interests can connect with each other.
PathShala uses an AI based recommendation sysytem to give recommendation to the students for joining groups according to their interests,strength and Weaknesess.
This app is developed under 48 hours for a submission in HackItOut Hackathon
Client: React
Server: Node , Express , Socket.io , WebRTC
DataBase: MongoDB
Other Dependies:
"@dhaiwat10/react-link-preview" ,
"bycrypt.js" ,
"connect-multiparty" ,
"content-base-recommender" ,
"uuid" ,
"webpush" ,
"disqus-react"
Clone the project
git clone https://github.com/shreyabiradar07/Pathshala.git
Go to the project directory
Install dependencies
npm install
Start the server
node server.js
cd pathshala
Install dependencies
npm install
Start the client server
npm start