• Stars
    star
    294
  • Rank 141,303 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A photo-sharing social networking built with Flask.

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:

License

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

More Repositories

1

helloflask

Hello, Flask!
1,756
star
2

bluelog

The 2024 version: https://github.com/greyli/greybook
JavaScript
442
star
3

PythonExercises

按照难度排列的经典 Python 练习题。
Python
263
star
4

sayhello

A simple message board application build with Flask.
JavaScript
232
star
5

catchat

A chatroom built with Flask, featured with Markdown support and code syntax highlight.
CSS
159
star
6

todoism

A to-do list application build with Flask, featured with SPA, i18n support and Web APIs.
Python
146
star
7

fanxiangce

This project is deprecated in favour of Albumy.
HTML
69
star
8

flask-extension-status

Let's make Flask ecosystem better together!
Python
46
star
9

osenglish

开源英语手册:开源活动常用的英文短句和用法。
34
star
10

flask-bootstrap-docs-zh

Flask-Bootstrap中文文档
34
star
11

coscup2019-slide

COSCUP 2019 演讲《如何在两年内从初学者成长为流行开源项目贡献者和技术书作者》幻灯片源码
CSS
21
star
12

pronounce-python

Python 技术名词发音指南 @ PyCon China 2020
20
star
13

pyconchina2019-api

PyCon China 2019 《基于 Flask 的 Web API 开发指南》演讲幻灯片
HTML
18
star
14

image-wall

Image wall generator made with impress.js and Flask.
JavaScript
18
star
15

typing.js

Animates typing effect made with Javascript.
CSS
13
star
16

flask-china

本仓库已被 HelloFlask 论坛替代。
13
star
17

greybook

Bluelog (2018) -> Greybook (2024)
HTML
11
star
18

calculator

A calculator made with JavaScript.
JavaScript
11
star
19

freeflask

自由的Flask @ PyCon China 2018
Python
9
star
20

pomodoro

A pomodoro clock made with JavaScript.
JavaScript
9
star
21

noteapi

Helping you select an Python REST/Web API framework
9
star
22

twilio-whiteboard

JavaScript
6
star
23

cookbook

一本最简单的编程入门书(择良辰吉日开写)
5
star
24

twilio-presentation

JavaScript
4
star
25

pyconchina2019-venv

PyCon China 2019 闪电演讲幻灯片《Python 虚拟环境和依赖管理工具大乱斗》
JavaScript
4
star
26

fangschool

[WIP] A fangverse school.
HTML
3
star
27

archive

3
star
28

100Words

A English writing app made with Python.
Python
3
star
29

flask-twilio-starter

Starter project for Twilio with Python and Flask
Python
3
star
30

flask-env-test

Python
2
star
31

flask-extensions

A collection of Flask extensions.
2
star
32

pycon2021

The slides of my lightning talk about APIFlask on PyCon 2021
2
star
33

todoflask

Build a todo-list application with Flask in 100 ways
1
star
34

openapi-demo

Demo scripts for the Python Meetup 2021 talk "OpenAPI Practice with Python".
1
star
35

bluelog2

1
star
36

albumy2

1
star
37

sayhello2

1
star
38

moments

Alumy (2018) -> Moments (2024)
Python
1
star
39

greybooks

HTML
1
star