BoredLabsHQ / Concord

Concord is an open-source AI plugin designed to connect community members to relevant conversations
GNU General Public License v3.0
2 stars 3 forks source link

refactor: Remove FastAPI implementation and add OpenAPI generator #24

Closed Septimus4 closed 2 weeks ago

Septimus4 commented 2 weeks ago

Checklist

Affected Components

Description of Changes

Removed the FastAPI implementation including server files, tests for concord API. Integrated new OpenAPI generator configurations and model schemas to replace existing API functionality. This transition aims to streamline development and maintain consistency in API structure.

Implement boiler code for webserver generated form openapi generator Adds Bruno (postman alternative) to the test folder

Additional Notes