Vladimir is a simple mock service for JSON files. No database needed.
- All your mock files must be placed on the directory endpoints_files with the extension .json;
- The config/endpoints.yml is the endpoint configuration file.
config/endpoints.yml
# endpoint name
# http://localhost:9292/mock/example
example:
file: example.json # endpoints_files/example.json
- Clone project from https://github.com/dyancarlos/vladimir.git
- Inside the project run
bundle install
to install the dependencies - After this, to start the app run
rackup
- Now the app will be running on
http://localhost:9292
- Try accessing
http://localhost:9292/mock/example
Contribute to this project! Just fork it :)