Utility scraper endpoint
Created by: cschloer
This update moves the utility scraper endpoint to its own service. Implemented:
POST: post utility data into the database PUT: run scraper and save data to BOX GET: return both box and database data, with some logic added on to associate box files with database account numbers (the newest box file that has a tag that is the same as the account number) DELETE: delete all data in database associated with inputted blocpower_id and account_number
To use DELETE you must be using the blocpower user in the database.
Update your development.py here to point to the correct database: SQLALCHEMY_DATABASE_URI = 'postgresql://USERNAME:PASSWORD@buildingdev.czgvwxaefxfj.us-east-1.rds.amazonaws.com/utility_bill'
Once again, recommended to use blocpower user, credentials found in 1pass.