https://github.com/inforad-kr/gasway-web
Gasway web client
https://github.com/inforad-kr/gasway-web
python web
Last synced: about 1 year ago
JSON representation
Gasway web client
- Host: GitHub
- URL: https://github.com/inforad-kr/gasway-web
- Owner: inforad-kr
- Created: 2025-05-12T17:03:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T17:34:05.000Z (about 1 year ago)
- Last Synced: 2025-05-12T18:33:52.918Z (about 1 year ago)
- Topics: python, web
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gasway Web
## Dependencies
Add the project dependencies:
```
pip install -r .\requirements.txt
```
Downgrade the `werkzeug` library to prevent a module conflict:
```
pip install werkzeug==2.0.3
```
## Running
Run the development service:
```
python app.py
```