You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example configuration and environment variables file. Used by ./bootstrap.sh to create .env. Project configuration including Slack token and DB paths.
db
Database and migrations folder. The database is not contained in the repo, instead it is generated automatically when running ./bootstrap.sh. To keep track of DB schema changes we use Flyway as our migration tool. To read more about this see DataBase Migrations. If you need to see the current state of the data in your database, Adminer is included in the project. You can read more about it in SQLite Admin.