Skip to content

Commit 023558f

Browse files
committed
update
1 parent b3c96e2 commit 023558f

File tree

7 files changed

+718
-0
lines changed

7 files changed

+718
-0
lines changed

api/Pipfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[dev-packages]
7+
8+
[packages]
9+
flask = "*"
10+
configparser = "*"
11+
flask-mysql = "*"
12+
flask-restful = "*"
13+
requests = "*"
14+
15+
[requires]
16+
python_version = "3.5"

api/Pipfile.lock

Lines changed: 229 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/bootstrap.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
export FLASK_APP=./overclouds/main.py
3+
source $(pipenv --venv)/bin/activate
4+
flask run -h 0.0.0.0 -p 6125

api/overclouds/__init__.py

Whitespace-only changes.
139 Bytes
Binary file not shown.
5.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)