35 lines
1012 B
Markdown
35 lines
1012 B
Markdown
|
# Book Manager
|
||
|
|
||
|
<p align="center">
|
||
|
<a href="https://gitea.va.reichard.io/evan/BookManager/raw/branch/master/screenshots/login.png">
|
||
|
<img src="https://gitea.va.reichard.io/evan/BookManager/raw/branch/master/screenshots/login.png" width="33%">
|
||
|
</a>
|
||
|
<a href="https://gitea.va.reichard.io/evan/BookManager/raw/branch/master/screenshots/home.png">
|
||
|
<img src="https://gitea.va.reichard.io/evan/BookManager/raw/branch/master/screenshots/home.png" width="33%">
|
||
|
</a>
|
||
|
<a href="https://gitea.va.reichard.io/evan/BookManager/raw/branch/master/screenshots/documents.png">
|
||
|
<img src="https://gitea.va.reichard.io/evan/BookManager/raw/branch/master/screenshots/documents.png" width="33%">
|
||
|
</a>
|
||
|
</p>
|
||
|
|
||
|
---
|
||
|
|
||
|
# Development
|
||
|
|
||
|
SQLC Generation:
|
||
|
|
||
|
```
|
||
|
go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
|
||
|
~/go/bin/sqlc generate
|
||
|
```
|
||
|
|
||
|
Run Development:
|
||
|
|
||
|
```
|
||
|
CONFIG_PATH=./data DATA_PATH=./data go run cmd/main.go serve
|
||
|
```
|
||
|
|
||
|
## Notes
|
||
|
|
||
|
- Icons: https://www.svgrepo.com/collection/solar-bold-icons
|