Skip to content

EN-87: Refactor project structure

Hamza requested to merge hs/refactor-project-structure into dev

Refactored unit tests. Moved them into subfolders that correspond to the same file structure as in the "src/api" folder. Refactored the backend structure. Removed some unused imports and unnecessary comments.

Folders Changed

  • users -> backend
  • project -> src

Databases Renamed

  • users_dev -> db_dev
  • users_test -> db_test

Notes

  • Updated all the imports and references in config files.
  • Updated the README with updated commands.
Edited by Hamza

Merge request reports