An open data portal for public art in Chicago
Public Art API is a planned data portal for comprehensive, fact-based information on public art in Chicago.
It will consist of a RESTful API
with publicly exposed endpoints and a user-friendly web app
powered by that API for the general public to interact with the data. The two will be developed separately. That is, the API will be developed using the FastAPI web framework, and the web app using the Flask (or Django) web framework.
The development is kickstarted by the database design document submitted as the final project for CS50SQL: CS50's Introduction to Databases with SQL (HarvardX, 2023). And much like during the analysis and design process, it will be guided by the following use cases:
- Facilitate on-site and off-site documentation of public art
- Support research, teaching and personal enrichment
- Assist preservation activities
Stay tuned!
(Photo Credit: Carol M. Highsmith Photography. Source.)
More screenshots below.
ALL CONTENTS IN THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.
- Tbd
Tbd
The initial realease of Public Art API was a database design document submitted as the final project for CS50SQL: CS50's Introduction to Databases with SQL (HarvardX, 2023). Read the project brief as of December 2023.
Improvements and new features development is ongoing.
- Finalized database design
- RESTFul API
- Web app powered by the API
- Tbd
More on the way.