switch from express to hono
hide jwt in bruno
add aws secret manager
A personal image service on top of my image s3 bucket.
This project requires Deno
Run:
$ deno task start
to start the dev env.
The app requires a PASSWORD_HASH
env var to be set. You can generate one with
the following script:
$ deno run ./scripts/hashString.ts --key example_secret admin
Simply run:
$ ./deploy.sh