- save user cared date - memo to db (support Gregorian calendar and Lunar calender)
- search memo for user
- call date api to calculate recent memo date (MMdd) for given memo
cd ..
docker build -t memo-api -f memo-api/Dockerfile . or docker build -t memo-api:1.0.0 -f memo-api/Dockerfile .
docker image ls
docker image tag memo-api:latest memo-api:1.0.0
docker run -d -e AWS_ACCESS_KEY_ID=xyz -e AWS_SECRET_ACCESS_KEY=abc -e AWS_REGION=ap-southeast-1 -e profile=dev --publish 8282:8282 memo-api:1.0.0
- call a api from another docker container #done