Commit 70256b0
committed
Complete Neighborly project: Azure Functions, Event Grid, Logic App, Kubernetes deployment
- Added comprehensive .gitignore for Python, venv, archives, and temp files
- Created Azure Functions API with 8 endpoints (CRUD for ads/posts)
- Implemented Event Grid integration with eventHubTrigger function
- Configured Logic App for email notifications via HTTP trigger
- Dockerized frontend application with Dockerfile and .dockerignore
- Created Kubernetes deployment manifests for AKS
- Added documentation: KUBERNETES_DEPLOYMENT.md, SCREENSHOT_GUIDE.md, LOGIC_APP_SETUP.md
- Created screenshots folder structure for project submission
- Cleaned up: removed frontend.zip, venv folder, Python cache files
- Added helper scripts: setup-environment.sh, screenshot-helper.sh
- All Azure resources configured and tested (AKS deleted to minimize costs)1 parent 10fec75 commit 70256b0
File tree
1,984 files changed
+2957
-351725
lines changed- NeighborlyAPI
- createAdvertisement
- deleteAdvertisement
- eventHubTrigger
- getAdvertisements
- getAdvertisement
- getPosts
- getPost
- updateAdvertisement
- NeighborlyFrontEnd
- templates
- venv
- Lib/site-packages
- Flask-1.1.2.dist-info
- Flask_Bootstrap-3.3.7.1-py3.7.egg-info
- Jinja2-2.11.2.dist-info
- MarkupSafe-1.1.1.dist-info
- Werkzeug-1.0.1.dist-info
- azure_functions-1.2.1.dist-info
- azure/functions
- __pycache__
- _thirdparty
- __pycache__
- werkzeug
- __pycache__
- certifi-2020.4.5.1.dist-info
- certifi
- __pycache__
- chardet-3.0.4.dist-info
- chardet
- __pycache__
- cli
- __pycache__
- click-7.1.2.dist-info
- click
- __pycache__
- dominate-2.5.1.dist-info
- dominate
- __pycache__
- flask_bootstrap
- __pycache__
- static
- css
- fonts
- js
- templates/bootstrap
- flask
- __pycache__
- json
- __pycache__
- idna-2.9.dist-info
- idna
- __pycache__
- itsdangerous-1.1.0.dist-info
- itsdangerous
- __pycache__
- jinja2
- __pycache__
- markupsafe
- __pycache__
- pip-10.0.1-py3.7.egg
- EGG-INFO
- pip
- __pycache__
- _internal
- __pycache__
- commands
- __pycache__
- models
- __pycache__
- operations
- __pycache__
- req
- __pycache__
- utils
- __pycache__
- vcs
- __pycache__
- _vendor
- __pycache__
- cachecontrol
- __pycache__
- caches
- __pycache__
- certifi
- __pycache__
- chardet
- __pycache__
- cli
- colorama
- __pycache__
- distlib
- __pycache__
- _backport
- html5lib
- __pycache__
- _trie
- __pycache__
- filters
- treeadapters
- treebuilders
- __pycache__
- treewalkers
- __pycache__
- idna
- __pycache__
- lockfile
- __pycache__
- msgpack
- __pycache__
- packaging
- __pycache__
- pkg_resources
- __pycache__
- progress
- __pycache__
- pytoml
- __pycache__
- requests
- __pycache__
- urllib3
- __pycache__
- contrib
- __pycache__
- _securetransport
- packages
- __pycache__
- backports
- ssl_match_hostname
- __pycache__
- util
- __pycache__
- webencodings
- __pycache__
- pip-20.1.dist-info
- pip
- __pycache__
- _internal
- __pycache__
- cli
- __pycache__
- commands
- __pycache__
- distributions
- __pycache__
- index
- __pycache__
- models
- __pycache__
- network
- __pycache__
- operations
- __pycache__
- build
- __pycache__
- install
- __pycache__
- req
- __pycache__
- resolution
- __pycache__
- legacy
- __pycache__
- resolvelib
- __pycache__
- utils
- __pycache__
- vcs
- __pycache__
- _vendor
- __pycache__
- cachecontrol
- __pycache__
- caches
- __pycache__
- certifi
- __pycache__
- chardet
- __pycache__
- cli
- __pycache__
- colorama
- __pycache__
- distlib
- __pycache__
- _backport
- __pycache__
- html5lib
- __pycache__
- _trie
- __pycache__
- filters
- __pycache__
- treeadapters
- __pycache__
- treebuilders
- __pycache__
- treewalkers
- __pycache__
- idna
- __pycache__
- msgpack
- __pycache__
- packaging
- __pycache__
- pep517
- __pycache__
- pkg_resources
- __pycache__
- progress
- __pycache__
- requests
- __pycache__
- resolvelib
- __pycache__
- toml
- __pycache__
- urllib3
- __pycache__
- contrib
- __pycache__
- _securetransport
- __pycache__
- packages
- __pycache__
- backports
- __pycache__
- ssl_match_hostname
- __pycache__
- util
- __pycache__
- webencodings
- __pycache__
- requests-2.23.0.dist-info
- requests
- __pycache__
- urllib3-1.25.9.dist-info
- urllib3
- __pycache__
- contrib
- __pycache__
- _securetransport
- __pycache__
- packages
- __pycache__
- backports
- __pycache__
- ssl_match_hostname
- __pycache__
- util
- __pycache__
- visitor-0.1.3-py3.7.egg-info
- visitor
- __pycache__
- werkzeug
- __pycache__
- debug
- __pycache__
- middleware
- __pycache__
- wrappers
- __pycache__
- Scripts
- screenshots
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,984 files changed
+2957
-351725
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
0 commit comments