Backend for soundscapes web application
  • OCaml 96.5%
  • Dune 3.5%
Find a file
2023-05-23 22:46:34 +01:00
lib Final version of the project 2023-05-23 22:46:34 +01:00
schemes Final version of the project 2023-05-23 22:46:34 +01:00
src Final version of the project 2023-05-23 22:46:34 +01:00
.gitignore Final version of the project 2023-05-23 22:46:34 +01:00
backend.opam Final version of the project 2023-05-23 22:46:34 +01:00
dune-project Final version of the project 2023-05-23 22:46:34 +01:00
README.md Final version of the project 2023-05-23 22:46:34 +01:00

Pweb Project

This is the final project for web programing course. Backend application for soundscapes.

Launch database

docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -e POSTGRES_USER=root -e POSTGRES_DB=pweb -d -p 5432:5432 postgres

Launch swagger

docker run -p 80:8080 -e SWAGGER_JSON=/tmp/swagger.json -v $(pwd)/schemes:/tmp --name swagger -d swaggerapi/swagger-ui

Run ocaml project

dune exec backend