Skip to content

ArtifactGames/abandoned-prealpha-copyplash-web-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Abandoned) Copyplash Web Service

A web service developed in Kotlin, with the Spring Boot Framework.

Requirements

  • Gradle (Optional)

Running the project

  • Clone the repository:

    git clone https://github.com/ArtifactGames/copyplash-web-service.git
  • cd into the project folder:

    cd copyplash-web-service
  • launch:

    # with Gradle cli
    gradle bootRun
    # with Gradle wrapper
    ./gradlew bootRun
    
    # On windows
    ./gradlew.bat bootRun
    
    # Use a different port
     SERVER_PORT=8081 gradle bootRun
    

Running with configuration profile

SPRING_PROFILES_ACTIVE=[prod|dev] gradle bootRun

The default profile is dev, you can check the profile configuration inside the src/main/resources/application-*.yaml files

About

Web service providing a game session, gathering and syncing data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages