A quick show-case of using golang and svelte as a secure data providing application
Utilizes a NASA EPIC API for data.
Backend:
-requires a docker service running
cd src/backend
mkdir -p .cache/pkg
make start
OR just by:
docker run --rm -ti -p 8000:8000 lsipii/nasa-api-app-example-api
Frontend:
cd src/frontend
npm install
npm run serve
Example should be traversable at http://localhost:3000
Golang:
Svelte:
UI screenshot: