It is a video streaming platform where users can watch videos and also upload their own videos. It is built using SvelteKit and TailwindCSS for now. More features will be added in the future. For now, it is just a prototype.
(Mili Video Upload Platform)[https://mili-streaming-app-kyibomcx5a-ew.a.run.app/]
- SvelteKit
- TailwindCSS
- Docker + Docker Compose
- CI/CD on GCP
- (Auth.js)[https://authjs.dev/]
Create a private key and certificate using mkcert
mkcert -install -key-file local.key.pem -cert-file local.cert.pem localhost foo.local
nginx/dev/local.cert.pem & nginx/dev/local.key.pem need to be created
docker-compose -f docker-compose.dev.yml up --build
docker-compose -f docker-compose.yml up --build