Skip to content

ProgramingIsTheFuture/soundscapes-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backend for soundscapes web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages