TheCodingKittens / CK-BE

A FastAPI Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A FastAPI Backend

License:MIT License


Languages

Language:Python 99.6%Language:Dockerfile 0.3%Language:Shell 0.1%