Commit Graph

5 Commits

Author SHA1 Message Date
Sai Raj
4293c79e63 bug fixes 2024-08-12 21:31:41 -04:00
Sai Raj
a71c15fe6c Adding flags to indicate status of backend
- API responses now have a warning message if backend is still syncing
- API v2 responses now have HTTP codes 200, 206, 400, 404, 500, 503
200: response is ok
206: reponse is ok, but backend is still syncing, thus data might not be final
404: data not found error
503: data not found, but backend is still syncing
400: client request error
500: internal server error
2024-08-12 21:09:08 -04:00
Sai Raj
1b9f75ebb4 thread bug fix for sqlite 2024-08-03 17:37:15 -04:00
Sai Raj
fff6824b30 Threading and bug fixes 2024-08-03 15:59:03 -04:00
Sai Raj
c8881c23de Uploading the main file for combine system
main file to process the config file and start the backend process and then API server
2024-07-18 05:59:44 -04:00