79c858a7c734da37eb7b6db120cbb105dde53c04
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 accountPOST /login
- logs in an existing user
Prerequisites
Before getting started, make sure you have installed:
Getting Started
- Clone this repository to your local machine
- Run
v run src
from the project root directory - Open http://localhost:8082 in your web browser
- Use the
/signup
endpoint to register a new user or the/login
endpoint to authenticate as an existing user
Languages
V
63.4%
HTML
36.6%