https://github.com/tyagi-iiitv/swflcobr
A sample flask application specifying the use of Bravado and swagger for client side validation.
https://github.com/tyagi-iiitv/swflcobr
bravado-core flask-api flask-application swagger-specification
Last synced: 5 months ago
JSON representation
A sample flask application specifying the use of Bravado and swagger for client side validation.
- Host: GitHub
- URL: https://github.com/tyagi-iiitv/swflcobr
- Owner: tyagi-iiitv
- Created: 2017-03-19T04:44:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T06:17:08.000Z (about 9 years ago)
- Last Synced: 2025-03-22T10:47:54.492Z (about 1 year ago)
- Topics: bravado-core, flask-api, flask-application, swagger-specification
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwFlCoBr
The name is derived from {**Sw**agger, **Fl**ask, **Co**nnexion, **Br**avado-Core}.
A sample application which shows how to do client side validation using the above tools.
# Steps to run the application
- pip install requirements.txt
- python mycars_app.py. This runs the flask server at localhost:8080
#### Additional:
You can use Postman to test the API to see beautiful error messages generated using Bravado.