Initial commit
This commit is contained in:
parent
f5a953763a
commit
9e8d579544
|
@ -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'.
|
||||
|
||||
|
|
Loading…
Reference in New Issue