From 781bc912c4951f4b3eb6ef41d8dbba8d0e97a404 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Thu, 17 Aug 2023 15:27:05 +0200 Subject: [PATCH] docs(readme): updated readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45932a0..6eae64f 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,17 @@ The source can be found in `src` and the docs in `API.md`. You can run the server with the following command: ``` export DATABASE_URL=mysql://user:password@host/database +export SMTP_HOST_URL=smtp.yourmailserver.tld +export SMTP_USER=accounts@yourdomain.tld +export SMTP_PASSWORD=password ./nerdcult_api -``` \ No newline at end of file +``` + +## Implementation Status +- `/accounts` + - [X] `/register` - POST + - [X] `/verify` - POST + - [X] `/authenticate` - POST + - [X] `/delete` - DELETE + - [ ] `/tokens` - DELETE + - [ ] `/tokens` - GET \ No newline at end of file