this repository contains a simple restful api developed in go. this api allows for a basic validation of the register-report web app
this project uses go
and go modules
for dependency management. i did not use any external dependencies other
than the ones i needed for testing.
install the project dependencies by running the following command:
go mod download
run the project by running the following command:
go run main.go
this project is a personal project and feature complete as for now. if you have any suggestions, feel free to open an issue.
don't be past-me and write tests.
you can run the tests by running the following command:
go test
this project is licensed under the mit license - see the LICENSE file for details.