This commit is contained in:
2024-07-02 04:15:05 +05:30
parent a24a00080d
commit 79c858a7c7

View File

@@ -7,3 +7,8 @@ Before getting started, make sure you have installed:
- [V](https://vlang.io)
- A modern web browser (Chrome, Firefox, Safari)
- [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