Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.25 KB

kolo-demo-docker

Try out Kolo with this demo project (Docker edition)

Using this demo project

  1. Clone this repository and cd into it

  2. Run docker-compose up

  3. Navigate to localhost:8000/demo/ and you should see some JSON output 🎉

  4. If you've already got the Kolo VSCode extension installed, you should see the request to /demo/ show up in Kolo in VSCode 🙌

    It should look something like this: Kolo demo screenshot

Your own set up

This repo presents a minimal example of adding Kolo to your local Django set up, if you use Docker for local development on your Django project.

The relevant files are: