package
0.0.0-20241030073138-9b4a7b01f56d
Repository: https://github.com/rstropek/golang-samples.git
Documentation: pkg.go.dev

# README

Queens Problem Solver Web Server

Introduction

This Go example runs a n queens problem solver in a web API. The solver example can be found here.

How to Use

  • Run go build -o qpweb.exe to build
  • Run docker build -t qpweb . to create Docker image for web API. Run the web API with docker run -d -p 8080:80 --name qpweb qpweb.
  • Execute sample request in demo.http