Skip to content

The Flask API Project is an application programming interface, with basic REST calls and database implementation.It is documented as per Swagger UI documentation format.

Notifications You must be signed in to change notification settings

rishabh-khurana/FlaskAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlaskAPI

FlaskAPI is an Application Programming interface , which showcases standard REST API calls developed on python, with the help of flask_restplus module. This project is based on the Swagger UI documentation format.

To setup the project on your local machine, follow the steps listed below:-

  1. Clone the project to a directory on your system, for eg. FLaskAPI/.

  2. Change the directory to FlaskAPI/ , and run :

python a2.py

  1. After running the command mentioned above, you will see the project running on your machine as follows:
 * Serving Flask app "a2" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 
  1. Now open your browser and go to the link the project is running on, in this case it is http://127.0.0.1:5000/ .

  2. Once you've opened the link in the browser , you can open the collections dropdown and call a request of your choice, by clicking on the button labelled POST, DELETE etc.

About

The Flask API Project is an application programming interface, with basic REST calls and database implementation.It is documented as per Swagger UI documentation format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages