- Python installed.
- Docker installed.
- An account in ngrok.
- Copy your token of the ngrok account and create a .env file with the secret called NGROK_AUTH_TOKEN
- Use pipreqs to copy the requirements in a .txt in your project (pipreqs is a library from python):
pip install pipreqs
pipreqs [route-to-your-project] --force- Execute the command:
docker compose up --buildThis will give you two URLs. The localhost and the tunnel listening to the PORT 8000.