dvirlabs 992b3d1723
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Build ipify again
2026-05-15 18:39:11 +03:00
..
2026-05-15 18:39:11 +03:00
2025-12-23 21:05:31 +02:00
2025-12-23 21:05:31 +02:00
2025-12-23 21:05:31 +02:00

IP Subnet Calculator - Backend

Setup

  1. Create a virtual environment:
python -m venv venv
  1. Activate the virtual environment:
  • Windows: venv\Scripts\activate
  • Linux/Mac: source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt

Run the server

uvicorn main:app --reload --host 0.0.0.0 --port 8000

API will be available at http://localhost:8000 API documentation at http://localhost:8000/docs