From a34ac8f25a485cfb2bb57681034094e7caaf41c5 Mon Sep 17 00:00:00 2001 From: Leilani Battle <leibatt@umd.edu> Date: Mon, 1 Feb 2021 19:42:43 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fda3131..b1445f9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ starter code for A1 for CMSC828D Spring 2021. +You will need the following python packages to run this code: `flask`, `psycopg2`. + +To run the server: +``` +python server.py +``` + +The A1 webpage should be visible at the URL: localhost:8000/ + Overview of the interface behavior: * The starter code should produce a histogram visualization (a bar chart with numeric x-axis). * The attribute being visualized can be controlled by clicking on a given button representing the attribute name (example: `Release\_Date`). -- GitLab