Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.03 KB

File metadata and controls

39 lines (28 loc) · 1.03 KB

Flask RestAPI Project

It is a RESTful API-based web app that utilizes SQLAlchemy and Flask Marshmallow to enable seamless product management operations, including creation, reading, updating, and deletion of product records in a database.

Key Features
1. Used Flask, SQLAlchemy, Marshmallow, RestAPI
2. Allowed RestAPI operations
   1. Display all products
   2. Add a product
   3. Get a product
   4. Edit a product
   5. Delete a product

How to Install this app

#create a virtual environment
python3 -m venv env

#install required modules
pip install -r requirements.txt

# Or install Flask and sqlalchemy
pip install flask Flask-SQLAlchemy
pip install flask-marshmallow marshmallow-sqlalchemy

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

SnapShot

image