Skip to content

raiamir12/Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Todo Python Flask App

Python Flask App using ORM for Database Communication

Environment Setup with Virual ENV

python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Environment Setup with Anaconda

conda create -n todo python=3.9
conda activate todo
pip install -r requirements.txt

Database Setup

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

Run the App

flask run

Post Man Testing Steps

  1. First Register User
  2. Get Token
  3. Now first Create Store with your choice
  4. After Store Now Add Item in that Store
  5. Now you can hit any call

Encrypt Response

  1. I make a function with name of decrypt_message()
  2. decrypt_message receive string then decode that string
  3. After decodeded string response will be returned.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages