The Arithmamom Math application is a simple golang applications, tied to a postgres database backend which I started to help my daughter practice her math skills in a fun and digital way. This is the first iteration and a UI has not been developed as of yet. If there are any questions or you would like to contribute as a fun way to develop your own skill set then please do fork or clone this repository and get started.
Go Version - 1.20.6 Docker Version
This repository uses go testing package for unit testing and at this stage, verification via the UI. Additional testing to be built at a later time.
- Start the server locally
go run main.go
- Use localhost to view results in the UI
http://localhost:8080/mathques?name=Alexandra
Note You can insert the name parameter in the URL to modify the output```