Working backend setup with endpoints and database setup for adventures.

This commit is contained in:
2019-02-18 22:42:52 +01:00
parent ba1070d5b2
commit cfd0b88987
26 changed files with 3083 additions and 0 deletions

9
.gitignore vendored
View File

@@ -1,3 +1,12 @@
# --- Javascript ignore ---
node_modules
.env
# --- Python ignore ---
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]