You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to solve the inconvenience caused by the current club application and recruitment process, we would like to develop a user-friendly web application.
This web application aims to facilitate communication between club managers and applicants, simplify the application process, and improve the user experience through various functions in addition to the real-time chat function.
๐ ๏ธ Technologies
๐ Languages
๐ฅ๏ธ Frameworks & Libraries
Frontend :
Backend :
๐ Database & Tools
DBMS :
Database Tool :
โ Cloud & Deployment
TBD (To Be Determined)
โ๏ธ Tools
Development
Design
Project Management
โ๏ธ Backend Dependencies (Spring Boot)
Dependency
Version
3.4.1
Starter
Starter
Starter
Starter
Latest
3.0.2 / 8.0.0.Final
2.28.0
2.7.0
WebSocket
Starter
JUnit & Testcontainers
1.18.0
โ๏ธ Frontend Dependencies
Dependency
Version
19.0.0
7.1.5
1.7.9
1.6.1
1.11.13
React DOM
19.0.0
React Icons
5.4.0
Webstomp Client
1.2.6
Web Vitals
4.2.4
React Scripts
5.0.1
๐ Running the Project
1๏ธโฃ Backend (Spring Boot)
# For Mac/Linux
./gradlew bootRun
# For Windows
gradlew.bat bootRun
2๏ธโฃ Frontend (React)
npm install # Install dependencies (only once)
npm start # Run the frontend