We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e2d50 commit b3155daCopy full SHA for b3155da
.dockerignore
@@ -0,0 +1 @@
1
+readme.md
readme.md
@@ -0,0 +1,23 @@
+# Simple Flask + FastAPI Template
2
+
3
+## Build
4
5
+```shell
6
+docker-compose build
7
+```
8
9
+## Run
10
11
12
+docker-compose up
13
14
15
+## Local Development
16
17
+The API and website code is mounted as a volume to the container so changes will be reflected on the website.
18
19
+### Urls
20
21
+ * [Website](http://localhost:8000)
22
+ * [API](http://localhost:5000)
23
+ * [API Documentation](http://localhost:5000/docs)
0 commit comments