This repository contains a mock api that we may use to experiment.
- GNU Make
- Docker
-
Clone the repository.
-
Run the server using
make docker-compose/up. Ensure docker engine is running before running this command.
make docker-compose/upThe API should be up and running in http://localhost:8080 as soon as you
run the above commands.
- Send a
GETrequest to fetch all the available offers. - You can add an optional parameter
epochin the request data to get the data only after the given epoch.
Check the docker/docker-compose.yaml to see all the available configurations
you can change.