Skip to content

skpaik/flask-key-value

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-key-value

For store and retrieve data from a url.

Steps

  • Clone the project
git clone https://github.com/skpaik/flask-key-value.git
  • Goto inside the folder
cd flask-key-value
  • Create a environment
python3 -m virtualenv .env
  • Activate the environment
source .env/bin/activate
  • Install the library
pip install -r requirements.txt
  • Run the project
flask run

Helper methods

File name: tests/fkv_helper.py Methods name: set_kv, get_kv, delete_kv, set_series_kv, get_series_kv, delete_series_kv

Uses example in class tests/kv.py

Test the project

  • Keep flask run on current terminal
  • Open a new terminal on current project
  • Activate Environment
  • In terminal run
python tests/kv.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages