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

[Back-End] Implement basic web server with FastAPI #22

Closed Septimus4 closed 2 weeks ago

Septimus4 commented 2 weeks ago

With FastAPI create the endpoints needed for the MVP. Handle the routing. (All should just return unimplemented. if called) (Maybe even start with this and generate the FastAPI boiler code from it)