From 9e8d5795445e31de2b2e41e5cf0e4c52e81c8d75 Mon Sep 17 00:00:00 2001 From: Steve White Date: Tue, 8 Oct 2024 17:50:10 -0500 Subject: [PATCH] Initial commit --- ApplicationDescription.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationDescription.md b/ApplicationDescription.md index cb0df39..fae9127 100644 --- a/ApplicationDescription.md +++ b/ApplicationDescription.md @@ -1,4 +1,4 @@ -# Application Overview: +# Application Overview I want to build a back-end application using Go that provides an API for managing boxes and items stored in those boxes. The app should be hosted in a Docker container and use SQLite3 as the database. Additionally, I want a config.yaml file to manage configuration (database path, JWT secret, and image storage directory). It should also support JWT-based authentication with a default user of 'boxuser' and password 'boxuser'.