Skip to content

michaelgov-ctrl/memebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memebase

Codebase for a JSON RESTful API to store and retrieve images(memes)

Endpoints and Routing image

example post: curl --header "Content-Type: application/json"
--request POST
--data '{"artist":"test","title":"test","b64":"test"}'
http://localhost:4000/v1/memes

About

a RESTful API to store and retrieve base64 encoded images(memes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages