modulepackage
0.0.0-20240516113354-fb77c0186b41
Repository: https://github.com/go-transcoder/uploader.git
Documentation: pkg.go.dev
# README
requirements
- Make sure that the db-manager project has been cloned
git clone https://github.com/go-transcoder/db-manager.git
- Check README.md to start the db-manager. This will create the db and create migrations
Setup
- Start the docker containers
docker compose up -d
- Make sure to watch the logs from the container. As discussed the automatic build will be done inside the container
docker logs --follow uploader-app