A text-to-speech web UI and backend for converting text to dictated MP3 files. The frontend uses Angular, and the backend runs NestJS (Node.JS).
[server]$ npm install
[server]$ nest build
[client]$ npm install
[client]$ ng build
[server]$ nest start
- Build Docker image
- Pull Docker image into desired environment
- Run
- auth (https://medium.com/@nielsmeima/auth-in-nest-js-and-angular-463525b6e071)
WebDAV for CRUD on server & remote- UI progress bar for uploads
- message broker and task queue for long running tasks
- UI progress display for conversion
remote sync feature- UI sync control with progress display
- show new files without reload
- prettify UI
- show files on remote
- remote delete feature?
- relative paths for all packages
- get tests working
- get debuggers working