Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 860 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 860 Bytes

Fountains!

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.

How to build container images

Backend

$ docker build -t wasa-photos-backend:latest -f Dockerfile.backend .

Frontend

$ docker build -t wasa-photos-frontend:latest -f Dockerfile.frontend .

How to run container images

Backend

$ docker run -it --rm -p 3000:3000 wasa-photos-backend:latest

Frontend

$ docker run -it --rm -p 8081:80 wasa-photos-frontend:latest

License

See LICENSE.