shoppingpal-echo

module
v0.0.0-...-60298ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2019 License: MIT

README

shoppingpal

CRUD API using golang and dynamodb as backend database.

status

Go Report Card

Local Setup

start dynamodb locally

docker run -d -p 8000:8000 amazon/dynamodb-local

using aws cli to check tables

aws dynamodb list-tables --endpoint-url http://localhost:8000

using cli to list table content

aws dynamodb scan --table-name itemtable  --endpoint-url http://localhost:8000

Directories

Path Synopsis
api
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL