Skip to content

Commit b3155da

Browse files
committed
add readme
1 parent 23e2d50 commit b3155da

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
readme.md

readme.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Simple Flask + FastAPI Template
2+
3+
## Build
4+
5+
```shell
6+
docker-compose build
7+
```
8+
9+
## Run
10+
11+
```shell
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

Comments
 (0)