Skip to content

cdlavacudeg/go-goal-planner

Repository files navigation

Goal planner REST API

How to use

git clone https://github.com/cdlavacudeg/go-goal-planner.git
make
./bin/goal-planner

Dynamodb Local

Test

docker compose up
aws dynamodb list-tables --endpoint-url http://localhost:8000
aws dynamodb delete-table --table-name GoalPlanner --endpoint-url http://localhost:8000
aws dynamodb describe-table --table-name GoalPlanner --endpoint-url http://localhost:8000
aws dynamodb get-item \
  --table-name GoalPlanner \
  --key '{"PK": {"S": "User#100"}, "SK": {"S": "User#100-t100"}}' \
  --endpoint-url http://localhost:8000

DynamoDB one table design

Entity PK SK
User USER# USER#
Vision UV# VISION#
Objective VO# OBJECTIVE#
Tasks OT# TASK#

About

Api Goal planer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published