Skip to content
Matthew Aylward edited this page May 29, 2022 · 4 revisions

Welcome to the CK-BE wiki!

The backend of the this Project is a FastAPI + Redis Application that uses Redis-OM Redis-OM

It will take the information from the frontend as a string, use a Parser such as LibCST to ensure the entered data is in a useable Python CLI format. The backend will return the relevant information so you are able to display the information in a usable and presentable format.

The backend has been built with docker in mind so it can easily be run with docker-compose up.

FastAPI has Auto documentation build in for the Endpoints. You simply need to browse to localhost:8000/swagger & localhost:8000/docs to see all the endpoints and the return data.

Clone this wiki locally