Skip to content

kusumaningrat/karsajobs

This branch is 1 commit ahead of dicodingacademy/karsajobs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17d71f9 · Apr 25, 2021

History

19 Commits
Apr 22, 2021
Feb 9, 2021
Feb 3, 2021
Feb 3, 2021
Feb 15, 2021
Apr 25, 2021
Feb 17, 2021
Feb 3, 2021
Feb 3, 2021

Repository files navigation

Karsajobs

Karsajobs is simple jobs application written in Go.

Configuration

Karsajobs read configuration from environment variable

ENV Description
APP_PORT run karsajobs in specific port
MONGO_HOST mongodb hostname
MONGO_USER mongodb user
MONGO_PASS mongodb password

Endpoint

  • /jobs
    • GET get list job
  • /job
    • POST create a job
  • /job/id
    • GET get job
    • DELETE delete job
  • /health
    • GET check app health status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.4%
  • Dockerfile 1.5%
  • Makefile 0.1%