This is the backend for the datadon project. It is a sample REST API that allows users to upload data and found match for studies.
Also there is infrastructure as code to deploy the API in AWS.
To build binary use the following command:
make build
To deploy the application to AWS use the following command:
make deploy