Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions HellionCoders/GuidingYourWay/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

This application is intended for demo use only.

## Local deployment

This application can be deployed locally. On windows, install git and clone the repository:

```
git clone https://github.com/GauravPPawar/CIS-Hack.git
cd CIS-Hack/HellionCoders/GuidingYourWay
```

Install the dependencies:

```
pip install flask
```

and start the application:

```
python app.py
...
* Running on http://localhost:5000/ (Press CTRL+C to quit)
```

View the website in the browser. The test script can also be used to test the website:

```
./GuidingYourWay http://localhost:5000
```
Binary file not shown.
437 changes: 437 additions & 0 deletions HellionCoders/GuidingYourWay/app.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions HellionCoders/GuidingYourWay/r.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project working successfully
Binary file added HellionCoders/GuidingYourWay/requirements.txt
Binary file not shown.
1,339 changes: 1,339 additions & 0 deletions HellionCoders/GuidingYourWay/static/Content.json

Large diffs are not rendered by default.

Loading