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 downloadrun the project by running the following command:
go run main.gothis 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 testthis project is licensed under the mit license - see the LICENSE file for details.