Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ go run .
## 😺 API Documentation

After running the project, you can access the API documentation at `http://localhost:8080/swagger/index.html`.
> Remember to change the port to match your SERVER_PORT. Default is set to **8080**

More details on using the API documentation can be found in the [Swag documentation](https://github.com/swaggo/swag).

Expand Down Expand Up @@ -163,6 +164,7 @@ After using GoEasyCLI to create a project, the folder structure will be as follo
└── 📁seeds
└── seed.go
└── 📁structs
└── 📁structs.go
└── 📁templates
└── templates.go
└── test_database.db
Expand Down