The login page is the entry point of the application. Project Structure ├── login.py # Main entry point ├── conn.py # Database connection ├── admin.py ├── register.py ├── lost_item.py ├── ...
docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=yourStrong(!)Password" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2019-latest Start a mssql-server instance ...