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