WordOnlineServer is the server-side project of the Apptive Game Team, responsible for handling the backend of an online word game.
- Language: Java
- Framework: Spring Boot
- Database: Postgresql
- Build Tool: Gradle
- Deploy Tool: Github Action
WordOnlineServer/
├── build.gradle # Gradle build configuration
├── deploy.sh # Server deployment script
├── gradle/ # Gradle wrapper configuration
├── gradlew # Unix Gradle wrapper
├── gradlew.bat # Windows Gradle wrapper
├── remote-deploy.sh # Remote server deployment script
├── settings.gradle # Gradle settings
├── src/ # Source code directory
│ └── main/ # Main source code
│ └── java/ # Java source code
├── .gitignore # Git ignore file
└── README.md # Project description file
git clone https://github.com/Apptive-Game-Team/WordOnlineServer.git
cd WordOnlineServer./gradlew buildjava -jar build/libs/word-online-server-0.0.1.jarDeployment can be automated using the provided scripts.
./deploy.sh./remote-deploy.shNote: You may need to adjust the scripts according to your server environment.
Once the server is running, you can test its functionalities by connecting with the client. The client project is available here: WordOnlineClient.
| 개발자 | 개발자 |
|
|
|
| 문성필 | 정윤성 |