Backend for dork.app
- Download docker for Windows or Linux on the official docker site and follow the installation instructions
- Request collaborator access for the official Docker Hub repository xpitfire/dork.web via slack if not already available
- Run a terminal or PowerShell instance and execute the following command:
docker run -d -p 8181:5000 --name dorkweb xpitfire/dork.web
- To start the docker container execute:
docker start dorkweb
- You can now use the following URL to access the REST service:
http://localhost:8181/swagger/ui
The app REST API is deployed on Azure and available via the following URL:
http://dork-943e.azurewebsites.net/swagger/ui