Removed more unnecessary files from cache
- Updated `.gitignore` - Added `README.md` file
This commit is contained in:
parent
a57ee1918e
commit
fccd30a223
10 changed files with 656 additions and 119 deletions
9
README.md
Normal file
9
README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Remote QR Scanner in .NET and Python
|
||||
|
||||
Scan QR codes and send them back to a server. Uses .NET 6 to build the server and client and python.
|
||||
|
||||
Run the server or client:
|
||||
```bash
|
||||
dotnet run --project server
|
||||
dotnet run --project client
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue