Skip to content

SCA-ZMT/IEC62209-service

 
 

Repository files navigation

iec62209-service

Service built to publication-IEC62209

Usage

$ make help

$ make devenv
$ cd server
$ make install-dev
...

$ make run-dev
export CLIENT_INDEX_PATH="/home/scu/devp/IEC62209-service/client/source-output/index.html" && \
uvicorn iec62209_service.main:the_app \
      --host 0.0.0.0 \
      --reload \
      --reload-dir ./src \
      --log-level debug
INFO:     Will watch for changes in these directories: ['/home/scu/devp/IEC62209-service/server/src']
INFO:     Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO:     Started reloader process [3908114] using StatReload
INFO:     Started server process [3908116]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     127.0.0.1:46442 - "GET / HTTP/1.1" 200 OK
INFO:     127.0.0.1:46454 - "GET /docs HTTP/1.1" 200 OK
INFO:     127.0.0.1:46454 - "GET /openapi.json HTTP/1.1" 200 OK
...

Made with love at www.z43.swiss

About

Web service for SAR system validation following IEC62209

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 49.0%
  • Python 28.9%
  • TeX 16.2%
  • Makefile 3.0%
  • HTML 1.3%
  • Dockerfile 0.8%
  • Other 0.8%