Skip to content

TheCodingKittens/Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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