Skip to content

mogi86/gesundheitsvorsorge-backend

Repository files navigation

gesundheitsvorsorge-backend

  • ⚠️ The development of this repository is working in progress.
  • gesundheitsvorsorge-backend is backend side of application for management of health.

Requirement

Usage

  • create key for JWT
$ openssl genrsa 4096 > private.key
$ openssl rsa -pubout < private.key > public.key
  • test
$ make test
  • run
$ make run
  • call api (need to use other terminal session)

  • stop

$ make stop

About

application for management of health (backend side)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published