Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 350 Bytes

File metadata and controls

22 lines (17 loc) · 350 Bytes

Getting Started

Install Requirements

Install Dependencies

poetry install

Run Server

poetry run flask run

Run Tests

poetry run pytest

Open Auto-generated API Documentation

Visit http://localhost:5000/apidocs after run server.