MyIP is a simple web application for checking your public IP and relevant information
Link: https://seemyaddr.org
This project's structure is set up by using uv
package manager https://github.com/astral-sh/uv but pip
can also be used normally.
At the root directory, run:
docker build -t myip:1.0 .
Then
docker run --name myip -dp 8500:8500 myip:1.0 .
After cloning, either run
uv add -r requirements.txt
OR
pip install -r requirements.txt
to install dependencies.
To run: python src/ip.py