Switch to angular
This commit is contained in:
29
README.md
29
README.md
@@ -38,17 +38,12 @@ A lightweight, cloud-native API for storing and querying test artifacts includin
|
||||
|
||||
**Linux/macOS:**
|
||||
```bash
|
||||
./quickstart.sh
|
||||
./scripts/quickstart.sh
|
||||
```
|
||||
|
||||
**Windows (PowerShell):**
|
||||
```powershell
|
||||
.\quickstart.ps1
|
||||
```
|
||||
|
||||
**Windows (Command Prompt):**
|
||||
```batch
|
||||
quickstart.bat
|
||||
.\scripts\quickstart.ps1
|
||||
```
|
||||
|
||||
### Manual Setup with Docker Compose
|
||||
@@ -306,6 +301,26 @@ alembic upgrade head
|
||||
- Verify `MINIO_ENDPOINT` is correct
|
||||
- Check MinIO credentials
|
||||
|
||||
## Documentation
|
||||
|
||||
Detailed documentation is available in the `docs/` folder:
|
||||
|
||||
- **[Quick Start Guide](docs/QUICKSTART.md)** - Get started in minutes
|
||||
- **[API Documentation](docs/API.md)** - Complete API reference
|
||||
- **[Architecture](docs/ARCHITECTURE.md)** - System design and architecture
|
||||
- **[Features](docs/FEATURES.md)** - Detailed feature descriptions
|
||||
- **[Deployment Guide](docs/DEPLOYMENT.md)** - Production deployment instructions
|
||||
- **[Frontend Setup](docs/FRONTEND_SETUP.md)** - Angular frontend setup
|
||||
- **[Frontend Usage](docs/FRONTEND_USAGE.md)** - Using the web UI
|
||||
|
||||
## Scripts
|
||||
|
||||
Helper scripts are available in the `scripts/` folder:
|
||||
|
||||
- **`quickstart.sh` / `quickstart.ps1`** - Quick start with Docker Compose
|
||||
- **`quickstart-build.sh`** - Quick start with image rebuild
|
||||
- **`dev-start.sh` / `dev-start.ps1`** - Start development environment
|
||||
|
||||
## License
|
||||
|
||||
[Your License Here]
|
||||
|
||||
Reference in New Issue
Block a user