nginx and other stuff

This commit is contained in:
2024-06-27 20:50:58 +02:00
commit 3c831d5985
19 changed files with 1886 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# QR Code generator
Simple qr code generator written in Rust (backend) and vanilla typescript for simple frontend
# Usage
TODO:
# Build
## Backend
```bash
cargo build --release
```
## Frontend
```bash
npm install
npm run build
```
# License
MIT