Series ID parsing microservice
- Intsall requirements (Python 3.7, may also work on other versions): pip install -r requirements.txt
- Run fastapi server: uvicorn server:app --port [bind_port]
- Run local test: python test_request.py
- Stop server (while connected to process): CTRL+C