To create the dummy or mock api environment to provide the data which Frontend team needs to continue working on without looking for data from the backend.
To get a full fake REST API with zero coding and just with some dummy data.
To run this application follow the below commands:
docker pull openclaps/mock-api
docker run --name mockApi-SERVICE_NAME openclaps/mock-api
Example(s):
Sample folder contains bootstarp code to kickstart new mock-api
Load application in the browser - https://localhost:2100/
For further reference on how to use this mock josn server - https://github.com/typicode/json-server#cli-usage
Content type
Image
Digest
Size
26.9 MB
Last updated
over 8 years ago
docker pull openclaps/mock-api