The backend for this project is available here: https://github.com/SlideSpeak/pptx-to-pdf-server
Make sure to have the environment variables set up correctly, you can copy the values from .env.example with the following command:
cp .env.example .env
Run the development server:
docker-compose up
Open http://localhost:3000 with your browser.