Skip to content

cyckun/abe_server_dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABE_Sever

Trusted Authority for Users to Join.

Demo: http://127.0.0.1:5000

Installation

clone:

$ git clone https://github.com/cyckun/abe_server.git
$ cd abe_server

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: cyc
  • password: 1

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

  • JavaScript 38.8%
  • Python 21.6%
  • HTML 13.7%
  • CSS 7.3%
  • SCSS 6.4%
  • Less 6.4%
  • Other 5.8%