add screenshot of sample app
This commit is contained in:
@ -1,16 +1,10 @@
|
||||
Docker Desktop: https://docs.docker.com/get-docker/
|
||||
# Sample web application
|
||||
|
||||
Docker Engine: https://get.docker.com/
|
||||

|
||||
|
||||
Hello World:
|
||||
```
|
||||
docker run docker/whalesay cowsay "Hey Team! 👋"
|
||||
```
|
||||
## Minimal 3 tier web application
|
||||
- React frontend
|
||||
- Node JS and Golang APIs
|
||||
- Postgres Database
|
||||
|
||||
Run Postgres:
|
||||
```
|
||||
docker run \
|
||||
--env POSTGRES_PASSWORD=foobarbaz \
|
||||
--publish 5432:5432 \
|
||||
postgres:15.1-alpine
|
||||
```
|
||||

|
||||
|
||||
BIN
05-example-web-application/images/app-screenshot.png
Normal file
BIN
05-example-web-application/images/app-screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
BIN
05-example-web-application/images/tech-stack.png
Normal file
BIN
05-example-web-application/images/tech-stack.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
Reference in New Issue
Block a user