aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index d1eaec3..d84686f 100644
--- a/README.md
+++ b/README.md
@@ -23,3 +23,15 @@ php -S localhost:8000
# start frontend
# coming soon...
```
+
+You send requests to the API like this:
+
+```sh
+curl -X POST -d '{ "key": "value" }' http://localhost:8000/yourapifile.php
+```
+
+`index.php` automatically creates the required database tables if they do not already exist, so just request that API to have everything set up for you.
+
+## To-Do
+
+- add name and password change