Skip to content

A platform to manage event attendees, track participant details (name, email, etc.), and monitor attendance for multiple event slots. Admins can mark attendance on the first page, while the second page displays a sortable table of participants based on the number of slots attended.

Notifications You must be signed in to change notification settings

prkbuilds/events-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSC Event Management System

📚 About

The main task is to keep a track of the attendees of our events. Make a platform to ease the task of managing and keeping track of the participants attending the events. The database will have several events and for each event keep a track of contact details of the participants like name, email, etc. and their attendance for each slot. Events can have varying slots based on the duration of the event. On the first webpage, the admin should be able to mark the attendance of the participants according to their time slots. The second webpage will display the final table with the functionality to sort by the number of slots attended.

🔧 Installation

Just Download the files, and run

cd client
npm i
cd ../server
npm i

for installation of all packages in both server and client folders.

🔌 Usage

For Server, create a .env file and store all the environmental vairiables. Then run the following commands

cd server
npm run dev-start

For Client, just run the following commands to run the react application

cd client
npm start

⭐ Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

A platform to manage event attendees, track participant details (name, email, etc.), and monitor attendance for multiple event slots. Admins can mark attendance on the first page, while the second page displays a sortable table of participants based on the number of slots attended.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages