This is a test project, written in Go and React
The backend part uses the following golang libraries:
Run ./startup.sh
- Make sure to be at project root folder
go run cmd/web.go
(usego build
to generate an executable instead)
- Write tests
- Move data storage to repositories
- Check for possible places where code could be decoupled