710 B
710 B
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 srcfrom the project root directory - Open http://localhost:8082 in your web browser
- Use the
/signupendpoint to register a new user or the/loginendpoint to authenticate as an existing user