Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 228 Bytes

Readme.md

File metadata and controls

8 lines (5 loc) · 228 Bytes

Getting Started

Create virtual env and install dependencies: pipenv install

Start the dev server:

  • gunicorn -w 4 -k uvicorn.workers.UvicornWorker scorer.asgi:application
  • or uvicorn scorer.asgi:application --reload