Skip to content

Developed an API prototype using flask_restful and flask_sqlalchemy, created a...

Developed an API prototype using flask_restful and flask_sqlalchemy, created a temporary local database complaints_database.db (attributes: complaint_id, subject, description, likes) for testing purposes, implemented all CRUD operations and tested them successfully using a simple test.py script

Merge request reports