lincappu / albumy

A photo-sharing social networking built with Flask.

Home Page:http://albumy.helloflask.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 https://github.com/greyli/albumy.git
$ cd albumy

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

A photo-sharing social networking built with Flask.

http://albumy.helloflask.com

License:MIT License


Languages

Language:JavaScript 40.3%Language:Python 19.5%Language:HTML 13.4%Language:CSS 7.6%Language:SCSS 6.6%Language:Less 6.6%Language:Stylus 6.0%Language:Shell 0.0%