- OpenAPI/Swagger format: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
- Available specs(json/yaml): https://stosyk.github.io/openapi-spec/
Warning: specs link is updated only after Travis CI finishes deployment
- Install Node JS
- Clone repo and
cd
- Run
npm install
- Run
- Run
npm start
- Checkout console output to see where local server is started.
- Make changes in resources or web
- All changes are immediately propagated to your local server
- Once you finish with the changes you can run tests using:
npm test
- Push changes to GitHub