Skip to content

CodingSamS/SudokuBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Backend:

  • Rest Endpoint for accepting sudokus from the toolbox-website
  • highly parallel execution
  • uses spring + java

Usage

Define /src/main/resources/application.properties containing:

Required: The allowed origin for the cors definition in SudokuController. By default one is used:
SudokuBackendApplication.allowedOrigins
Example definition: SudokuBackendApplication.allowedOrigins=http://localhost

Optional: The server port (if you want to change it): server.port=11111

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages