* Allow specifying DB file explicitely. * Export config getter/setter instead of object Allows dynamically changing configuration * Remove maxWorker Jest limit, parallelize tests * Remove unnecessary slow step in Dockerfile. * Correct error response during login * Fix setting DB permissions in docker entrypoint --------- Co-authored-by: antanst <>
* Add eslint and prettier dependencies and configs * Lint project.
* Initial migration * Cleanup and create migration scripts * Introduce test suite * Fix test issues * Correct CORS issue and update paths * Update README