Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 758 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 758 Bytes

menekel

menekel /'m(ə)n(ə)k(ə)l/ stands for : menej artikel is a sample of article management services build from Golang.

Index

Contribution

You can file an issue or submit a Pull Request

Testing

Integration Test

$ make test

Unit Test

$ make unittest

Run The Project

# 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