This is the final project for web programing course. Backend application for soundscapes.
docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -e POSTGRES_USER=root -e POSTGRES_DB=pweb -d -p 5432:5432 postgres
docker run -p 80:8080 -e SWAGGER_JSON=/tmp/swagger.json -v $(pwd)/schemes:/tmp --name swagger -d swaggerapi/swagger-ui
dune exec backend