Tianyang-Yang / art-museum-dbms

Project 1.3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

art-museum-dbms

A database management system web application for managing art museum data

Run application

  • Connect to the VM instance from terminal:
$ gcloud compute ssh --project cs4111
  • Run the application on the Google Cloud Compute Engine:
$ cd ~/art-museum-dbms
$ python server.py

The application is running on:

http://35.237.45.106:8111/

Run the application locally on:

http://0.0.0.0:8111/

Update database

  • Connect to the PostgreSQL database server:
$ psql -U ww2505 -h 35.196.158.126 -d proj1part2

About

Project 1.3


Languages

Language:JavaScript 34.0%Language:HTML 29.7%Language:Python 26.7%Language:CSS 9.5%