Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 894 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 894 Bytes

Coding Kittens Platform

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

image

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

image