v: 0.0.1
🔸Jie Mei 🔸 Lucas da Silva Rocha 🔸 Ryan Yang 🔸 Ngoc Nguyen
GGWP is a gamers oriented community. It contains multiple trend game forums, games can find tutorial and tutors here.
- Technology Stack components
- Frontend: HTML, CSS, JavaScript, Thyme leaf, Figma, Bootstrap
- Backend: Java, Spring Boot
- Database: MySQL, API
- Deployment: Amazon Web Service
- Versioning Control System: GitHub
- Please copy repo link to local and open the project in any IDE which supports Springboot project.
git clone https://github.com/M3IJI3/GGWP.git-
start your local
ApacheandMysqlservice onXAMPP, check port number of each -
open you local
phpmyadminand importggwp.sqlto your database -
modify your
application.properties, change xxxx` to your port number found in step2
spring.datasource.url=jdbc:mysql://localhost:xxxx/ggwp- modify other parameters in
application.properties, check and make sure if they are correct, someone may not have a password for your database, keepyourpasswordempty if so
spring.datasource.username = yourusernamespring.datasource.password = yourpassword
