Pokebattler is powered by this open source server. Licensing is MIT which basically means you can do whatever you want with it. I would of course appreciation attribution and links to the site but its totally up to you.
This server is a spring-boot application with the jax-rs setup, see com.pokebattler.fight.resources for all supported urls.
mvn spring-boot:runcurl http://localhost:8080/movesto make sure it works
- Import this project directory under File->Import->Maven->Existing Maven project
- Right click on project -> Run as->Maven generate sources
- src/main/java -> com.pokebattler.fight, Right click on JerseyApplication, run/debug as Java Application
mvn clean package gcloud:stagecd target\appengine-staginggcloud app deploy- Visit
http://YOUR_PROJECT.appspot.com.