To see in action, please visit the link - https://uni.playandstem.com
Steps to run:
Install and run mongodb - https://www.mongodb.com/try/download/community /c/Program\ Files/MongoDB/Server/6.0/bin/mongod.exe --dbpath="/c/Users/dikshashukla/Documents/db"
Run Backend:
cd backend
npm install
npm start dev
Run Frontend:
cd next_frontend
npm install
npm run dev
Then go to the URL: