Skip to content

An API that can be used to provide (historical) information on Shotbow's playercount.

License

Notifications You must be signed in to change notification settings

McJeffr/shotbow-playercount-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shotbow Playercount API

Docker

You can build the image locally using Docker by running the following Docker command:

docker build -t shotbow-playercount-api .

You can run the built image using Docker by running the following Docker command:

docker run --name shotbow-playercount-api --restart always -d -e SPRING_DATASOURCE_URL=<URL> -e SPRING_DATASOURCE_USERNAME=<USERNAME> -e SPRING_DATASOURCE_PASSWORD=<PASSWORD> -p 8080:8080 shotbow-playercount-api

More detailed information coming soon...

About

An API that can be used to provide (historical) information on Shotbow's playercount.

Resources

License

Stars

Watchers

Forks

Packages

No packages published