This task involved building a simple REST API capable of CRUD operations on a resource, say, a "person". My task was done in Flask, locally tested and done using SQLite but uses MYSQL on Pythonanywhere.
PythonMIT
HNGx2
Author: Mwikali
This work contains API endpoints for:
CREATE: Adding a new person => /api
READ: Fetching details of a person => /api/user_id
UPDATE: Modifying details of an existing person => /api/user_id