Initial commit with basic HTTP endpoint working

This commit is contained in:
Tom Wright
2020-04-06 23:25:47 +01:00
commit c77040304c
18 changed files with 1012 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
mermaidcli/node_modules/
vendor/
in/
out/
.DS_Store
.idea/