The project is done with following technologies
Cloud Platform - Microsoft Azure
server - FastAPI
Frontend - HTML + Chart.js + Bootstrap
Domain - Namecheap.com
Database - MongoDB Atlas
Domain Registered with Namecheap.com pointing to Microsoft Azure VM public ip
http://sanjay-zerodown-task.me/
Server Access
US housing market dynamic
|__notebook
| |_marketdynamics.ipynb(data processing notebook file)
|
|__webapplication
|_html(static pages for frontend)
|_routes(route files for fastapi)
|_main.py(driver code for server)
First page for metrics like median_sale_price & Quarterly values for different values
Price page for metrics like & Quarterly values for different values
comparison for each metric in case of county & metro
--> click here for Interface democlone the repository
git clone https://github.com/sanjay-06/zerodown
cd zerodown
Install required Modules
pip install -r requirements.txt
Navigate to the Project folder (Question 3)
cd "US housing market dynamics"/webapplication
python main.py
Shapefile loading done with creating pandas dataframe
Data loading done with hurricane.ipynb notebook
Natural Hazards
|__hurricane.ipynb