Initial commit

This commit is contained in:
Steve White 2024-10-08 17:50:10 -05:00
parent f5a953763a
commit 9e8d579544
1 changed files with 1 additions and 1 deletions

View File

@ -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'.