HCDigitalScholarship / FastBridge

A newer faster Bridge
1 stars 5 forks source link

Add a sample Sqlite database for local development #35

Closed alexgleason closed 2 years ago

alexgleason commented 2 years ago

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.

marykatefain commented 2 years ago

Worked for me! Thank you!