- OpenApi 3.0 docs combined using json-refs
- OpenApi 3.0 docs converted to Swagger 2.0 using api-spec-converter
- Docs verified using Dredd
composer install
npm install
- Migrate the db (SQLITE):
php artisan migrate
- Serve the test site:
php artisan serve
- Verify and build the docs using Dredd:
./bin/docs-test.sh
Docs built using Redoc
npm install --production=false
./node_modules/.bin/redoc-cli serve documentation/v1/swagger_v2.json
View docs at http://127.0.0.1:8080