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
Apache
andMysql
service onXAMPP
, check port number of each -
open you local
phpmyadmin
and importggwp.sql
to 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, keepyourpassword
empty if so
spring.datasource.username = yourusername
spring.datasource.password = yourpassword