Basic CRUD Python FLask API
Prerequisite
Virtual Environment and Python Package Manager
Install Python Flask
.gitignore for virtual environment
Make an app.py file and add this code
#import flask LIBRARY
from flask import Flask, jsonify, request
# call the flask object
ap...
git-fundamentals-documentation.hashnode.dev3 min read