https://github.com/virresh/clubman
Club Management Software for college clubs
https://github.com/virresh/clubman
Last synced: 8 months ago
JSON representation
Club Management Software for college clubs
- Host: GitHub
- URL: https://github.com/virresh/clubman
- Owner: virresh
- Created: 2018-04-02T01:31:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T16:44:39.000Z (about 8 years ago)
- Last Synced: 2025-03-12T15:15:44.079Z (over 1 year ago)
- Language: Java
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClubMan
Club Management Software for college clubs
Club Features :
- Member List
- Profile for each member
- Alumni management
- Attendance Management
- Event Management
- Automated event pages
- Competition management : Achievements stored for each member
Built using jsp's on Apache Tomcat
### Steps to run locally :
- Clone this repository
- Setup Tomcat on your local machine and configure eclipse. [A very helpful link for this](https://www.eclipse.org/webtools/jst/components/ws/1.5/tutorials/InstallTomcat/InstallTomcat.html)
- Setup mysql and create a ```testUser``` with password ```testPassword```
- cd into the meta folder and import a sample database using
```
mysql -u testUser -p < clubDB.sql
```
- Run the code over the tomcat server created in step 2 :D
##### Extra Documentation
A complete ER-Diagram for the database model in use in the sample database : https://github.com/virresh/ClubMan/blob/master/meta/ER_Diagram_Schema.pdf
A complete set of functional dependencies and the normal form of database : https://github.com/virresh/ClubMan/blob/master/meta/Functional_Dependencies_and_Normalisation.pdf
##### Snapshots




More snapshots here : https://github.com/virresh/ClubMan/tree/master/meta/Snapshots