Partial Form Submission handler.
This microservice API is designed to handle partial form submissions, capturing and storing user forms. It submits only the most recent entry to the specified endpoint, as defined by the URL environment variable. Requests are to be sent as a POST to the "/" URL pathway
Install Golang through the following link https://go.dev/doc/install
git clone https://github.com/eFlink/form-buffer.git
go mod tidy
go build
go run .