Skip to content

Webapp for "Database Systems II" project (Computer Science @ University of Bari)

Notifications You must be signed in to change notification settings

holydrinker/DatabaseSystems-final-project-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web app for Database Systems II project

Master Degree in Computer Science @ University of Bari

Required

  • maven
  • python (or other tool to run client)

Import Database

  • Clone or download repository
  • Create a postgres user (name: farmacista, password: farmacista)
  • Find database/db.sql
  • Open Postgres shell
  • Import db typing \i 'path/db.sql'

Run application

  • Clone or download repository
  • Go with terminal into bdii-server directory and type mvn exec:java -Dexec.mainClass="Server"to run the server
  • Go with terminal into bdii-client/app directory and type python -mSimpleHTTPServerto run the client
  • Open your browser: http://localhost:8000/
  • Enjoy

Navigate datawarehouse

Sync datawarehouse

About

Webapp for "Database Systems II" project (Computer Science @ University of Bari)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published