Welcome to the Coding Kittens platform codeMeow!
This repository contains a docker-compose file that will pull the Backend and Frontend images from https://hub.docker.com/r/matthewtyleraylward/codingkittens.
To run the application all you need to is docker-compose up
and then browse to localhost:3000
You are able to see all the Backend swagger endpoints at this url:
localhost:8000/swagger
You are able to all the Backend Redoc information at this url:
localhost:8000/docs
You can view the Data in the Redis database at this url:
localhost:8001