Backend codebase for the servii project
Go to file
Charles Le Maux 35689e4dd0 [++] API:V2 - Firebase support
Fully implemented authentication
Fully implemented return codes and errors
Fully implemented firestore database data
Created 'fetch_servers' and 'set_subdomain' routes for front-end use.
[+] Security patch, requests will not return anything if not properly authenticated
[~] Reworked the route system entirely
[+] TODO : firebase_manager.py error handling
[+] TODO : global error log using file_manager.log_error(error_type:str, error_message:str)

Signed-off-by: Charles Le Maux <charles.le-maux@epitech.eu>
2024-06-25 05:55:49 +01:00
.gitignore [++] API:V2 - Firebase support 2024-06-25 05:55:49 +01:00
api_sender.html [++] API:V2 - Firebase support 2024-06-25 05:55:49 +01:00
api.py [++] API:V2 - Firebase support 2024-06-25 05:55:49 +01:00
file_manager.py [++] API:V2 - Firebase support 2024-06-25 05:55:49 +01:00
firebase_manager.py [++] API:V2 - Firebase support 2024-06-25 05:55:49 +01:00
generic_executor.py [++] API:V2 - Firebase support 2024-06-25 05:55:49 +01:00
requirements.txt [++] API:V2 - Firebase support 2024-06-25 05:55:49 +01:00
server_mc_manager.py [++] API:V2 - Firebase support 2024-06-25 05:55:49 +01:00
unit_test.py [++] API:V2 - Firebase support 2024-06-25 05:55:49 +01:00