Skip to content
Snippets Groups Projects
Commit a34ac8f2 authored by Leilani Battle's avatar Leilani Battle
Browse files

Update README.md

parent 3feec263
No related branches found
No related tags found
No related merge requests found
......@@ -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`).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment