skanarul8002 / mca-hub

MCA Hub is a MERN stack-based department management platform designed to streamline communication and operations between the HOD, professors, and students. It includes roles for Admin, Professors, and Students, enabling functionalities like attendance management, marks assignment, and administrative tasks.
https://mca-hub.vercel.app/
7 stars 14 forks source link

Dynamic Profile of Student #4

Open skanarul8002 opened 1 week ago

skanarul8002 commented 1 week ago

In mca_hub, student profile's first section is dynamic but second below section is hard coded. So need to dynamic it by filling the all details on the register form. image

shubhamkumaar commented 4 days ago

Bro can you share your .env and mongo it will help me to work on this project quickly.

skanarul8002 commented 4 days ago

Ok sure @shubhamkumaar Frontend/ .env: REACT_APP_BASE_URL=http://localhost:8081 Backend/env: PORT=8081 MONGO_URL= mongodb+srv://skanarul8093:skanarul8002@projectcluster.4ksacog.mongodb.net/mcaHub?retryWrites=true&w=majority&appName=projectCluster please check @shubhamkumaar Step: register admin first and then adds student through admin then login as student Also read updated readme file