Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 328 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 328 Bytes

ASCII Server

What you will need

  • Go 1.18
  • Docker

How to run?

make run

How to test?

make test

How to query?

curl localhost:8080/canvas/62a22d7b8a95a01c6aedfb0f

If you want to add more canvases you can add them in the "installCanvases" function in the installers.go file.