You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A REST API written in Go. For use as a Monolith or in a Microservice environment. MongoDB for storage. Redis for Caching/Events. And OpenAPI for documentation
Documentation available with swagger ui in openapi.yaml
redis : docker run --name redis -p 6379:6379 -d redis
redis : docker exec -i -t a46(container) redis-cl
About
A REST API written in Go. For use as a Monolith or in a Microservice environment. MongoDB for storage. Redis for Caching/Events. And OpenAPI for documentation