rise8-us / neverl8

0 stars 0 forks source link

refactor: optimized backend folder structure #30

Closed drew-fugate-rise8 closed 6 months ago

drew-fugate-rise8 commented 6 months ago

Refactored the backend to have a more clear folder structure. Compartmentalized the Start method in app.go. Added controller tests. Added missing service tests. Test coverage should now be nearly 100%. Changed our pre-commit-golang author as the previous one did not offer support for monorepo structures. The new one (by tekwizely) will now properly run go tests and the linter on commit. Docker-compose was moved to its own local_host folder. Still using model.go for object structs instead of "meeting.go" due to issues with cyclical imports.