Skip to content

TheCodingKittens/CK-BE

Repository files navigation

CK-BE

A FastAPI Backend

Build Status Coverage Status Quality Gate Status

A Fastapi Backend that will communicate with the frontend

Integration with FastAPI.

To test, first, start the server:

$ docker-compose up

After the Docker build is complete you can view the documentation here:

http://localhost:8000/docs

You can view the info about the redis database here:

http://localhost:8001/

You might need to enter the following info:

host: redis
port: 6379

You are able to see the data in the Redis DB:

image