Skip to content

Commit

Permalink
📖 Update README.md
Browse files Browse the repository at this point in the history
Remove the bit about the hello-world webserver.
  • Loading branch information
beverage authored Nov 19, 2024
1 parent 643e456 commit 4e848a5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@ From there the application is ready to start generating problem data from the co

## Webserver

This project is eventually meant to become the backend for an already existing language quizzing mobile app. The most rudimentary of bootstrapping is all that is completed at this point. It can be started up, and serves a single hardcoded endpoint.
```
dbtest webserver start
```
Only the `/sentences` endpoint exists, and it is hardcoded to a single verb and question configuration. It also pulls straight from OpenAI instead of the database, where it really should be pulling from.

This will quickly be built out once remaining major bugs and customization issues with the current tooling is taken care of.
This is what this project intends to be, to back an already existing mobile app, so coming soon.

## Examples

Expand Down

0 comments on commit 4e848a5

Please sign in to comment.