This is a simple user interface that allows users to search for detailed property information from buildings in Allegheny County.
Website: https://aps.cyclic.app/

npm install
- Create an
.envfile in config folder and add the following key/values:- PORT = 2121 (can be any port example: 3000)
- DB_STRING =
your database URI - GOOGLE_CLIENT_ID =
your google client ID - GOOGLE_CLIENT_SECRET =
your google client secret
npm run start