This is the frontend Docker portion of the Sheriff-Scheduling appliaction, it is dependent on the API portion of the application. You will need to start and setup the API portion of the application first.
See the docker folder of the Sheriff-Scheduling API repository for details.
Wade@Epoch MINGW64 /c/jag-shuber-frontend/docker (master)
$ ./manage build
Wade@Epoch MINGW64 /c/jag-shuber-frontend/docker (master)
$ ./manage start
By default the frontend will startup in a mode where you will automatically be logged in as the TESTUSR
. If you want to login using a different account run:
Wade@Epoch MINGW64 /c/jag-shuber-frontend/docker (master)
./manage start SM_UNIVERSALID=WBARNES
http://localhost:8080/sheriff-scheduling/
Wade@Epoch MINGW64 /c/jag-shuber-frontend/docker (master)
$ ./manage stop
Wade@Epoch MINGW64 /c/jag-shuber-frontend/docker (master)
$ ./manage down