- Django REST API that saves processed pitch files to a PostgreSQL database
- React UI that support uploading of pitch files, and retreving previously uploaded pitch file stastics
- Install Docker and Docker Compose
- Build the API and UI Docker images, then run API, UI, PostgreSQL and Redis containers
$ make demo
- Open http://localhost:3000 to view the upload interface