Skip to content

Backend application for a WoW classic raidplanner tool, providing a REST API of nice stuff.

Notifications You must be signed in to change notification settings

magnusmickelsson/raidplanner-classic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Raidplanner classic is a tool to setup raid composition and assign debuff slots for World of Warcraft classic raids.

How do I start this thing?

  • Git checkout this project to your local machine
  • Open your IDE of choice (IDEA Ultimate preferred)
  • Import Maven project, preferably setting up Spring Boot plugin
  • Create Spring Boot run configuration for the class RaidplannerApplication
  • Start the application
  • Browse to http://localhost:8080/api/debuff to see all debuffs - if that works you're good to go. Have a look in ApiController for REST endpoints.

Tech

  • Spring Boot
  • Kotlin
  • Spring MVC REST API

Hint

Deploy to Heroku:

 heroku deploy:jar target/raidplanner-classic.jar --app raid-planner-classic

About

Backend application for a WoW classic raidplanner tool, providing a REST API of nice stuff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published