From ba55af339011d3c4e2e08c5760024c24c67fb5c1 Mon Sep 17 00:00:00 2001 From: zoelabbb Date: Fri, 24 Nov 2023 01:49:13 +0700 Subject: [PATCH] New README.MD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f24423..e507acb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Follow these steps to set up and run the Golang CRUD Rest API on your local mach 2. Install dependencies: `go mod tidy` 3. Configure PostgreSQL connection in the `.env` file. 4. Run the application: `go run main.go` -5. Access the API at `http://localhost:8080` +5. Access the API at `http://localhost:8080/{routes}` Feel free to explore and extend this project to suit your requirements. Contributions and suggestions are welcome!