/wasa-fountains

Implementation of Fountains example project using Fantastic Coffee (decaffeinated) template

Primary LanguageGoMIT LicenseMIT

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.