menekel /'m(ə)n(ə)k(ə)l/
stands for : menej artikel
is a sample of article management services build from Golang.
You can file an issue or submit a Pull Request
Integration Test
$ make test
Unit Test
$ make unittest
# Dockerize the app
$ make docker
# Create the config file
$ cp config.toml.example config.toml
# run the project
$ make run
# Migrate the schema
$ make migrate-prepare
$ make migrate-up
Now the application should be active. Try to access it.
$ curl http://localhost:9090/articles