Skip to content

entykey/actix-in-memory-todo-utoipa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-actix-api-explorers ~ in-memory database with utoipa with utoipa-swagger-ui, utoipa-redoc and utoipa-rapidoc example

This is a demo actix-web application with in-memory storage to manage Todo items. The API demonstrates utoipa with utoipa-swagger-ui functionalities.

For security restricted endpoints the super secret API key is: utoipa-rocks.

Just run command below to run the demo application and browse to http://localhost:8080/swagger-ui/.

If you prefer Redoc just head to http://localhost:8080/redoc and view the Open API.

RapiDoc can be found from http://localhost:8080/rapidoc.

cargo run

If you want to see some logging, you may prepend the command with RUST_LOG=debug as shown below.

RUST_LOG=debug cargo run

OpenAPI Preview ⚙️

api-endpoints

About

todo-actix-api-explorers ~ in-memory database with utoipa with utoipa-swagger-ui, utoipa-redoc and utoipa-rapidoc example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages