To read more about the project, please read the official design plan. This repository consists of a simple mockup server for testing purposes.
- Agree on a communication protocol (refer to the mockup-response.json as an example)
- Establish mockup connectivity to the front end and the database service mockup
- Make sure you have Go installed
sudo apt install golang
- Either run with
go run mockup.go
or with
go build mockup.go
./mockup (or mockup.exe)