diff --git a/readme.md b/readme.md index 367beb9..4a8ab3d 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,9 @@ # 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 +- `POST /login` - logs in an existing user +## Prerequisites +Before getting started, make sure you have installed: +- [V](https://vlang.io) +- A modern web browser (Chrome, Firefox, Safari) +- [SQLite3](https://sqlite.org) \ No newline at end of file