An open API service indexing awesome lists of open source software.

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

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
```