diff --git a/readme.md b/readme.md index 4a8ab3d..4bc90cf 100644 --- a/readme.md +++ b/readme.md @@ -6,4 +6,9 @@ This is a RESTful authentication API built using VLang on the back-end and HTML5 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 +- [SQLite3](https://sqlite.org) +## Getting Started +1. Clone this repository to your local machine +2. Run `v run src` from the project root directory +3. Open http://localhost:8082 in your web browser +4. Use the `/signup` endpoint to register a new user or the `/login` endpoint to authenticate as an existing user \ No newline at end of file