command
module
Version:
v0.0.0-...-ba86dd7
Opens a new window with list of versions in this module.
Published: Sep 19, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
memo api
functionalities
- 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
Docker Guide
Build
docker build -t memo-api .
or
docker build -t memo-api:1.0.0 .
Check Image
docker image ls
Tag
docker image tag memo-api:latest memo-api:1.0.0
Run (use consul for service registry and discovery)
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
TODO
- call a api from another docker container #done
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.