Setup


Prerequisites

  • Python (3.x recommended)
  • Django
  • Virtual environment (optional but recommended)

Installation

  1. Clone the repository:
  • git clone <repository_url>
  • cd ipfinder
  1. Set up a virtual environment (optional but recommended):
  • python -m venv venv
  • source venv/bin/activate
  1. Install dependencies:
  • pip install -r requirements.txt

Running the Server

  • python manage.py runserver

API Endpoints

  • /api/hello?visitor_name="Mark"