Skip to content

Instantly share code, notes, and snippets.

@aveek22
Created December 27, 2020 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aveek22/c042560957b0d8d3ab589fddf31a0d2a to your computer and use it in GitHub Desktop.
Save aveek22/c042560957b0d8d3ab589fddf31a0d2a to your computer and use it in GitHub Desktop.
from flask import Flask
from flask_restful import Api, Resource, reqparse
import pandas as pd
app = Flask(__name__)
api = Api(app)
@AntonioK180
Copy link

Very good tutorial!

@nadinebenharrath
Copy link

Hello , please can you help me , i want to read json files from sql database using a rest api
how can i do that ?

@dishantraut
Copy link

@nadinebenharrath
Please clarify what u want to do ...!!!

  1. you want to read database entry but in json format ?
  2. you want to read a json file ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment