Skip to content

Simple API application written in Go

License

Notifications You must be signed in to change notification settings

carlreiser2/menekel

 
 

Repository files navigation

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

About

Simple API application written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.1%
  • Makefile 6.7%
  • Dockerfile 3.2%