greyli / moments

A photo sharing social networking app built with Python and Flask.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moments

Capture and share every wonderful moment.

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

Screenshot

Installation

Clone the repo:

$ git clone https://github.com/greyli/moments.git
$ cd moments

Create & activate virtual env then install dependency with PDM:

$ pdm install

Generate fake data then run:

$ pdm run flask lorem
$ pdm run flask run
* Running on http://127.0.0.1:5000/

Test account:

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

License

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

About

A photo sharing social networking app built with Python and Flask.

http://moments.helloflask.com/

License:MIT License


Languages

Language:Python 49.4%Language:HTML 24.8%Language:JavaScript 23.4%Language:CSS 2.3%Language:Shell 0.0%