A platform that connects politicians with their constituants.
I've written the API using Java and Spring using reactive technologies. I've opted for a SQL database; locally it's tested on MySQL while in the cloud I use AWS Aurora DB.
Checkout deploy for AWS deployment instructions.
Checkout database for the database migration instructions and the database schema.
Checkout api for instructions to run the API.
The UI is yet to come.