Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.29 KB

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.