Python Flask App using ORM for Database Communication
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
conda create -n todo python=3.9
conda activate todo
pip install -r requirements.txt
Create Database With Name of 'mydb' or your choice (then change db name in config.py) Also setup config.db according to your Database credentials
flask run
- First Register User
- Get Token
- Now first Create Store with your choice
- After Store Now Add Item in that Store
- Now you can hit any call
- I make a function with name of decrypt_message()
- decrypt_message receive string then decode that string
- After decodeded string response will be returned.