Skip to content

Commit 831bd78

Browse files
authored
Merge pull request #46 from ProgrammingBuddies/swagger
Swagger
2 parents 8dd4ce7 + 715e13e commit 831bd78

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+142
-15696
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN pip install pipenv \
1212
# Also note that you STILL NEED to run this inside your local repo
1313
# if you are using the provided docker-compose, which mount local folder to /app
1414
15-
openssl req -x509 -newkey rsa:4096 \
15+
RUN openssl req -x509 -newkey rsa:4096 \
1616
-nodes -out cert.pem -keyout key.pem -days 365 \
1717
-subj '/CN=localhost'
1818

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ sqlalchemy-utils = "*"
1313
mysql-connector-python = "*"
1414
flask-dance = "*"
1515
pyopenssl = "*"
16+
flask-swagger = "*"
17+
flask-swagger-ui = "*"
1618

1719
[requires]
1820
python_version = "3.7"

Pipfile.lock

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

documentation/.editorconfig

Lines changed: 0 additions & 18 deletions
This file was deleted.

documentation/.github/ISSUE_TEMPLATE/start-here.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

documentation/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

documentation/.gitignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

documentation/.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

documentation/CHANGELOG.md

Lines changed: 0 additions & 176 deletions
This file was deleted.

documentation/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)