Skip to main content

6 docs tagged with "python-framework"

View all tags

Sample Library App (Flask + Redis)

This application is a simple Library API built using Flask and Redis for data storage. It allows you to perform basic CRUD (Create, Read, Update, Delete) operations on Movie records.

Sample Movie Management App (Sanic + Mongo)

This application is a simple movie management API built using Python's Sanic framework and MongoDB for data storage. It allows you to perform basic CRUD (Create, Read, Update, Delete) operations on Movie records.