Skip to content

Xpitfire/reactme.web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dork.web

Backend for dork.app

Build Status

Getting Started

  • 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

Important Links

Online Deployment

The app REST API is deployed on Azure and available via the following URL:

http://dork-943e.azurewebsites.net/swagger/ui