tl;dr: run cp FastBridgeApp/sql_app.example.db FastBridgeApp/sql_app.db and you can now sign into /account/login with admin/admin
Cleaned up the readme a little and un-gitignored the sql_app which was "intentionally not in the repo" but has actually been in the repo for 2 years. The only secret in there is the JWT secret key which belongs in an environment variable, and someone should probably do that later.
tl;dr: run
cp FastBridgeApp/sql_app.example.db FastBridgeApp/sql_app.db
and you can now sign into/account/login
withadmin
/admin
Cleaned up the readme a little and un-gitignored the sql_app which was "intentionally not in the repo" but has actually been in the repo for 2 years. The only secret in there is the JWT secret key which belongs in an environment variable, and someone should probably do that later.