Initial project structure added.
The following are in a minimal working state: - Database schema - Basic database interaction - Configuration file parsing - Command line interface - Basic route handling for categories, auth and health - Simple static webapp files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
||||
*.pyc
|
||||
__pycache__
|
||||
*.egg-info/
|
||||
/dev/*
|
||||
|
||||
Reference in New Issue
Block a user