Skip to content

Commit 4ea6a98

Browse files
committed
Add swagger ui screenshot
1 parent dcf404e commit 4ea6a98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Okapi Example
22

3-
A simple example demonstrating Okapi API
3+
A simple example demonstrating the Okapi API Framework
4+
5+
Okapi is a modern, minimalist HTTP web framework for Go, inspired by FastAPI's elegance. Designed for simplicity, performance, and developer happiness, it helps you build fast, scalable, and well-documented APIs with minimal boilerplate.
46

57
[Github: https://github.com/jkaninda/okapi](https://github.com/jkaninda/okapi)
68

@@ -62,6 +64,7 @@ Visit [`http://localhost:8080/docs/`](http://localhost:8080/docs/) to see the do
6264
├── models # Models package
6365
└── README.md # Project documentation
6466
```
67+
6568
### Swagger UI Preview
6669

6770
Okapi automatically generates Swagger UI for all routes:

0 commit comments

Comments
 (0)