A client-server web application to managing events [Customizable, Deployable]
An app has been developed for event management. It includes different phases of the event which are usually done through spreadsheet.
The pioneers very well know how much effort and time it takes to manage each and everything from the word go. Seeing the hurdles of managing events in my university me and my colleagues produced a web application that we believe is an attempt to make the process slightly easier. The app is called Eventia.
- Registering participants/teams into modules efficiently.
- Managing the teams and their payments accordingly.
- Managing the modules with ease.
- Availability of real-time statistics.
- ...and more
Installing and Using Eventia is like cutting a cake
First, Clone the repository
For Front-end
- Install all the dependencies in the Website and Admin Folder incside client folder
- Run the Application
For Back-end
-
make sure you have MySQL server installed
-
make sure to import the database attached with the application
-
Install the dependencies in the root project folder
-
run it by nodemon.
-
Procedures aren't exportable in MySQL database, so if you find the application crushing somewhere, Please add the required procedure to fix the issue*