Removed more unnecessary files from cache

- Updated `.gitignore`
- Added `README.md` file
This commit is contained in:
David Allen 2023-05-29 21:16:50 -06:00
parent a57ee1918e
commit fccd30a223
10 changed files with 656 additions and 119 deletions

9
README.md Normal file
View 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
```