praveenraj2018 / Application-Programming-Interface-Development-using-Flask-Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Web API

This repository contains:

  1. app.py - The Flask web application containing the API.
  2. csv_2_db.py - A Python file with some basic Sqlite3 helper functions.
  3. data - A folder containing the CSV file and sqlite3 database.

Check out the Full Article on Medium.com

alt text

https://towardsdatascience.com/launch-your-own-rest-api-using-flask-python-in-7-minutes-c4373eb34239

Example of the Home Page:

alt text

Example of Returned Data:

alt text

Install

This project uses Flask and Sqlite3. Go check them out if you don't have them locally installed.

$ pip install sqlite
$ pip install flask
$ git clone https://github.com/alkhalifas/flask-web-api
$ cd flask-web-api
$ python3 app.py

About


Languages

Language:Python 100.0%