diff --git a/README.md b/README.md index b1eab1e..751cc9c 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 is what this project intends to be, to back an already existing mobile app, so coming soon. ## Examples