From daf0341a2fa7fadd6c761f90449694c162e79bfc Mon Sep 17 00:00:00 2001 From: Alex Beverage Date: Wed, 20 Nov 2024 00:42:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the bit about the hello-world webserver. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index b1eab1e..cde6135 100644 --- a/README.md +++ b/README.md @@ -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 project intends to back services behind a mobile app that already exists, so coming soon. ## Examples