Sudhakar7777777 / Flask-RestX

Simple application to use Flask + Flask Restplus + Swagger UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-RestX

  • Simple application to showcase Flask + Flask RestX (build in Swagger UI)

Commands

  1. Run helloworld app
	python helloworld.py
  1. Run the basic version of todo app
	python todo_basic.py
  1. Run the MVC version of todo app
	python todo_mvc.py
  1. Run the Custom Swagger configured MVC version of todo app
	python todo_swaggy.py
  1. Run the moduler animals api
	python moduler_api.py

Next Steps

  • Read this documentation on how to structure your project for productionalize your apps.

Reference:

Note: Flask Restplus is the predicisor of Flask RestX and can be read here.

About

Simple application to use Flask + Flask Restplus + Swagger UI


Languages

Language:Python 100.0%