a Database Management System (DBMS) for monitoring student involvement in a wide range of extracurricular activities, such as hackathons, sports, and cultural events. It gives the Department Head a thorough perspective to help determine eligibility for different possibilities by combining attendance and academic records. This data-driven method enhances the nuanced knowledge of students' overall progress within a succinct framework by enabling personalized recommendations based on individual strengths and areas for improvement
Student Event Management System require Node.js to run.
Clone This Repo.
git clone https://github.com/NITHIN3387/student-event-management-system.git
Install the dependencies and devDependencies of client side.
cd student-event-management-system/client
npm install
Run the development server of client side
npm run dev
The development server will start, and you can access the application at http://localhost:3000
.
Install the dependencies and devDependencies of server side.
cd student-event-management-system/server
npm install
Run the development server of server side
npm run dev
The development server will start running at the PORT you metioned in the .env file (default PORT is 4000).
last updated: 18 FEB 20204