Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 591 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 591 Bytes

bkl

Installation

create & activate virtual env then install dependency:

with venv/virtualenv + pip:

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

python -m venv .env
source .env/bin/activate  # use `source .env\Scripts\activate` on Windows
pip install -r requirements.txt

generate fake data then run:

flask forge
flask run #

# Running on http://127.0.0.1:5000/

Test account:

License

This project is licensed under the MIT License (see the LICENSE file for details).