Skip to content

AMMayberry1/pokebattler-fight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot based Pokebattler.com Fight back end server

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.

Run the application locally from the console

  1. mvn spring-boot:run
  2. curl http://localhost:8080/moves to make sure it works

Run the application locally in Eclipse

  1. Import this project directory under File->Import->Maven->Existing Maven project
  2. Right click on project -> Run as->Maven generate sources
  3. src/main/java -> com.pokebattler.fight, Right click on JerseyApplication, run/debug as Java Application

Deploy the application to google cloud

  1. mvn clean package gcloud:stage
  2. cd target\appengine-staging
  3. gcloud app deploy
  4. Visit http://YOUR_PROJECT.appspot.com.

About

Pokebattler.com back end fight server

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 93.4%
  • Protocol Buffer 6.2%
  • Python 0.4%