Install dependencies by running
pip install -r requirements.txt (Optional) 1. Replace the --port 8087 in ./script/dev.sh to the port you want 2. Starting the server by running ./scripts/dev.sh
Api docs can be access in /docs also in our own server https://idnumbers.fly.dev/docs
docker pull identique/identique-web:latestto get the latest image from dockerdocker run -d -p <port_you_want>:8080 --name idnumbers-web identique/identique-webto run the server