Integrate vote service, makes according changes to configuration
Updates the client to integrate the vote service
Updates the backend to integrate the vote service
Test client integration (client loads)
Test auth integration (client logs in)
Test backend integration (accept request)
- broken
Test autoupdate integration (sends au to client)
Add manual cypress tests
Add dockered cypress tests
Add Readme
Add test execution to makefile
Add test execution to github-actions
TODO:
- Create user for tests
- flush db after every test
- Added each service as a submodule for development
- Added conventions for naming environment variables
- Added required targets in makefiles of services