Team #Rekt's Web Engineering project backend API.
After cloning the repo, run whoami
in command prompt. Copy the response.
Then, run the following command in PowerShell as administrator, replacing DOMAIN\user
with the response from whoami
:
netsh http add urlacl url=http://+:8080/ user=DOMAIN\username
- Make sure the submodule is up to date
cd HipsterTechnologies.API\HipsterTechnologies.API.Routes\Client
gulp build [--env production]
Then you should be able to run the project in Visual Studio and everything will be just peachy.