Skip to content

Instantly share code, notes, and snippets.

View iharshit009's full-sized avatar
😮
Exploring Open Source

Harshit Jain iharshit009

😮
Exploring Open Source
View GitHub Profile
@iharshit009
iharshit009 / tmp.py
Last active February 19, 2021 19:48
from flask import Flask, request, Response, jsonify
from flask_sqlalchemy import SQLAlchemy
from flask_restful import Api, Resource, reqparse, abort, fields, marshal_with
from flask_cors import CORS
import json
app = Flask(__name__)
CORS(app)
api = Api(app)
Hey this is Harhsit Jain
who i am??