module
0.0.0-20240904174123-6dbb529c31ad
Repository: https://github.com/michaelgov-ctrl/memebase.git
Documentation: pkg.go.dev
# README
memebase
Codebase for a JSON RESTful API to store and retrieve images(memes)
Endpoints and Routing
example post:
curl --header "Content-Type: application/json"
--request POST
--data '{"artist":"test","title":"test","b64":"test"}'
http://localhost:4000/v1/memes
# Packages
No description provided by the author