Walter John Salibayaiwalts.hashnode.devยทNov 6, 2024Basic CRUD Python FLask APIPrerequisite 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...crudAdd a thoughtful commentNo comments yetBe the first to start the conversation.