No description
- Nix 51.1%
- Just 24.2%
- Go 14.4%
- Dockerfile 9.1%
- templ 1.2%
| .forgejo/workflows | ||
| cmd/warehouse | ||
| db | ||
| internal/database | ||
| .env.example | ||
| .gitignore | ||
| .golangci.yml | ||
| CLAUDE.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| flake.lock | ||
| flake.nix | ||
| go.mod | ||
| go.sum | ||
| Justfile | ||
| README.md | ||
| sqlc.yml | ||
Warehouse Stock Management System
A modern stock management system for warehouses built with Go, htmx, and Alpine.js.
Quick Start
# Start the application with Docker Compose
docker compose up
# View logs
docker compose logs
# Access the application
open http://localhost:8080
Documentation
See CLAUDE.md for complete documentation on:
- Building and running the project
- Development workflow
- Testing and code quality
- Architecture and features
Development
# Run locally
just run
# Run tests
just test
# Run linter
just lint
# Build binary
just build
For more commands, run:
just