Initial stub implementation
Created by: rjw57
This PR includes a very lightly modified version of the web application as generated by our standard boilerplate. The CircleCI configuration has not yet been updated since I think it's better the wait until there's something in master before doing so.
An initial Docker image for the web application is available on Docker Hub. It was built and uploaded with the following commands:
$ docker build -t uisautomation/lecture-capture-preferences .
$ docker push uisautomation/lecture-capture-preferences
The application as it stands does nothing. However, the /healthz and /status endpoints are working and can be used to check connectivity to the database.