From 246fc700e482a7b7f6d1c0e00655d8b9ec57cc97 Mon Sep 17 00:00:00 2001 From: libexi01 Date: Tue, 2 Jul 2024 04:03:12 +0530 Subject: [PATCH] 34 --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index e69de29..367beb9 100644 --- a/readme.md +++ b/readme.md @@ -0,0 +1,4 @@ +# Authentication API +This is a RESTful authentication API built using VLang on the back-end and HTML5, CSS3 on the front-end. The following endpoints are available: +- `POST /signup` - creates a new user account +- `POST /login` - logs in an existing user \ No newline at end of file