/fileconverter

just a side project

Primary LanguageTypeScript

Summary

This project only aims to convert a mp4 file to flac file. Hopefully using this to try and understand deployment and good response time.

PreRequisites

  1. Install ffmpeg as will need it to convert the files

Installation

Clone, run npm install and then run npm start to start the server.

Deployment

Deployment using Docker and DigitalOcean. WIP

To Do

  1. Web page design
  2. Tests
  3. Any other good precautions to take with the form
  4. Deploy using Docker and digitalocean