-
Notifications
You must be signed in to change notification settings - Fork 0
dlh0038/LOLA
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Lunch Ordering Liason App (LOLA)
first time setup:
navigate to "C:\Users\<user>\AppData\Roaming\NuGet\NuGet.Config"
edit NuGet.Config file to specify proxies:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<config>
<add key="http_proxy" value="" /> <!--proxy data redacted since we are using public repo -->
<add key="http_proxy.user" value="" />
<add key="no_proxy" value="" />
</config>
</configuration>
To run, navigate to Server directory and execute "dotnet watch run"
About
lunch ordering liaison app
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published