Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2ea6ba

Browse files
committed
🎉 ReadME Update
2 parents b8ff429 + b7a5a0a commit a2ea6ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1651
-212
lines changed

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/SRMIST-MAP.iml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
> A feature-rich web-based navigation application designed for effortless navigation within the SRMIST Chennai
2222
campus, offering floor-wise plans and routes to faculty cabins, along with a community section for notices.
2323

24+
25+
## Presentation Link :
26+
[PPTX Presentation Link](https://github.com/cryptocoderas)
27+
28+
2429
## APP PREVIEW
2530

2631
<p align="center">

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
if __name__ == "__main__":
44
app = create_app()
5-
app.run(debug=True)
5+
app.run(host='0.0.0.0',port=8080,debug=True)

cache/3048b37c291a673e80f8cea8dcedc657072bbb11.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)