Skip to content

Commit

Permalink
add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithe14 committed Mar 29, 2024
1 parent a04d6b4 commit 6da9823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A simple web quiz app inspired by BookTube (Youtube but only books) First Sentan

Right now, the app uses a JSON file as its database, which it reads at startup. It's not the best setup for this kind of app since everyone plays the same quiz without the option to switch things up on the fly. Essentially, all users see the same content, and only their progress and preferences are stored in their web session. Maybe down the line, I'll revamp things to allow for multiple quizzes and users, but for now, that's how it rolls.

![screenshot](./assets/screenshot.png)

## Config
There is only one config file with 4 options. The config has to be in the app working dir and has to be named `config.toml`. The config options are listed below:

Expand Down
Binary file added assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bind_host = "0.0.0.0"
bind_port = 8000
db_file = "demo-db.json"
#db_safe = false
db_safe = true

0 comments on commit 6da9823

Please sign in to comment.