command
module
Version:
v0.0.0-...-2ceb3a1
Opens a new window with list of versions in this module.
Published: Mar 22, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Go-Cache-API
1. Pull the docker image :
docker pull siddheshk02/api-dev
2. Run the image :
docker run -p 8000:8000 api-dev
Output :

-
Now head over to http://127.0.0.1:8000/ on your browser, You'll see Hello, World 👋!.
-
/posts/:id : Go to url http://127.0.0.1:8000//posts/1
Note : you can try with any id.
Output :

You'll get some data like this.
-
/todos/:id : Go to url http://127.0.0.1:8000//todos/1
Note : you can try with any id.
Output :

You'll get some data like this.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.