This commit is contained in:
2024-07-02 04:03:12 +05:30
parent 9d583c0dc9
commit 246fc700e4

View File

@@ -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