refactor(backend): removed dynamic imports 馃帄
- Removed all dynamic imports to have more standard Django infrastructre and ease future refactoring
- Removed now useless config files
- Returns the list of available endpoints to the frontend directly from the html
- updated documentation accordingly
Fixes #95 (closed)