-
Clone this repository with:
git clone [email protected]:apilytics/apilytics-geoip.git -
cd apilytics-geoip -
Build the images:
docker-compose build -
Run the app:
docker-compose up -
Access the API from localhost:8000. Import the provided Insomnia file into Insomnia for easily trying out the API.
- Copy the template env file:
cp .env.template .env