Skip to content

LujainAlMansoori/recitation_3_albumy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Albumy

Capture and share every wonderful moment.

Example application for Python Web Development with Flask (《Flask Web 开发实战》).

Demo: http://albumy.helloflask.com

Screenshot

Installation

clone:

$ git clone #YOUR_FORKED_REPO
$ cd #FORKED_DIR_NAME

create & activate virtual env then install dependency:

with venv/virtualenv + pip:

$ python -m venv env  # use `virtualenv env` for Python2, use `python3 ...` for Python3 on Linux & macOS
$ source env/bin/activate  # use `env\Scripts\activate` on Windows
$ pip install -r requirements.txt # OR pip3 install -r requirements.txt

or with Pipenv:

$ pipenv install --dev
$ pipenv shell

generate fake data then run:

$ flask forge
$ flask run
* Running on http://127.0.0.1:5000/

Test account:

  • email: admin@helloflask.com
  • password: helloflask

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 27.9%
  • HTML 19.2%
  • JavaScript 14.4%
  • CSS 10.9%
  • SCSS 9.5%
  • Less 9.5%
  • Other 8.6%