A simple request mapper
Clone the repo. Install dependencies:
npm ci
After this is done, run the application in watch mode
npm run start-watch
Mapper is very simple
We provide a docker compose to quickly have mapper up and running.
docker-compose up
Swagger UI, json and yaml are available at the following urls
- http://localhost:8888/documentation
- http://localhost:8888/documentation/json
- http://localhost:8888/documentation/yaml
Run the test suite with the following command:
npm test
MIT