An open API service indexing awesome lists of open source software.

https://github.com/ntuwang/flask-navigation

flask 封装导航网页
https://github.com/ntuwang/flask-navigation

admin flask nav navgation ops

Last synced: about 1 year ago
JSON representation

flask 封装导航网页

Awesome Lists containing this project

README

          

网址导航
===

本项目这是一个基于[WebStackPage](https://github.com/WebStackPage/WebStackPage.github.io),使用flask封装的的网址导航网站。

![](http://www.webstack.cc/assets/images/preview.gif)

### 1. 获取代码
git clone https://github.com/ntuwang/flask-navigation.git
cd flask-navigation

### 2. 安装 requirements
pip install -r requirements.txt

### 3. 设置FLASK_APP变量
(Windows) set FLASK_APP=manage.py
(Unix) export FLASK_APP=manage.py
(Powershell) $env:FLASK_APP = ".\manage.py"

### 4. 运行程序
flask run --host=0.0.0.0

### 4. 访问 http://server_address:5000/