Best Flask open-source libraries and packages

Flask pharmacy app

A beginner level flask application with sql alchemy as orm
Updated 2 months ago

Flask-pharmacy-app

A Flask application with SQL Alchemy as Object Relational Mapper(ORM)

The web page displays the names of the medicines you store in the database

Utility

The user can input medicine names when new stock arrives

The user can delete medicine data when stock of a certain medicine gets over

Installation

git clone https://github.com/Soumi7/Flask-pharmacy-app.git

cd Flask-pharmacy-app

pip install -r requirements.txt

flask run