This is an example of web application for Web and Software Application course.
See the Fantastic Coffee (decaffeinated) template for instructions and project structure.
Note: this example uses SQLite, however you may implement a "naive" database using slices and maps.
$ docker build -t wasa-photos-backend:latest -f Dockerfile.backend .
$ docker build -t wasa-photos-frontend:latest -f Dockerfile.frontend .
$ docker run -it --rm -p 3000:3000 wasa-photos-backend:latest
$ docker run -it --rm -p 8081:80 wasa-photos-frontend:latest
See LICENSE.