Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

ganievs/bday-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDAY

Demo rest app

System diagram

diagram

Build

docker build -t samolander/bday:latest .

Deploy

See instructions here .

Usage

PUT data

curl -X PUT -H "Content-Type: application/json" -d '{ "DateOfBirth": "2016-01-02"}' http://sample.com/hello/sampleuser

GET data

curl http://sample.com/hello/sampleuser

extra endpoints:

/metrics - metrics
/        - health check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published