Skip to content

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

License

Notifications You must be signed in to change notification settings

sapienzaapps/wasa-fountains

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published