Skip to content
/ bkl Public
forked from greyli/albumy

A photo-sharing social networking built with Flask.

License

Notifications You must be signed in to change notification settings

tongowen/bkl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

A photo-sharing social networking built with Flask.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 21.6%
  • Python 19.1%
  • JavaScript 16.2%
  • CSS 12.2%
  • SCSS 10.6%
  • Less 10.6%
  • Other 9.7%