https://github.com/kweonminsung/bindizr-ui
Dashboard for bindizr
https://github.com/kweonminsung/bindizr-ui
bindizr dns web
Last synced: 9 months ago
JSON representation
Dashboard for bindizr
- Host: GitHub
- URL: https://github.com/kweonminsung/bindizr-ui
- Owner: kweonminsung
- Created: 2025-09-23T08:08:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-01T03:35:22.000Z (9 months ago)
- Last Synced: 2025-10-01T05:38:15.748Z (9 months ago)
- Topics: bindizr, dns, web
- Language: TypeScript
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bindizr UI
A modern web interface for managing DNS zones and records with [Bindizr](https://github.com/kweonminsung/bindizr) backend.

## Getting Started
1. **Build and install dependencies:**
```bash
# Install Go dependencies
$ go mod download
# Install Node.js dependencies
$ cd ui
$ npm install
```
2. **Start development server:**
```bash
# Start dev server(default port: 9000)
$ GO_ENV=development go run main.go
```
## Dependencies
- [Go](https://golang.org/) v1.20 or higher
- [Sqlite3](https://sqlite.org/)
- [Node.js](https://nodejs.org) v20 or higher
- [React](https://reactjs.org/) v19
- [Tailwind CSS](https://tailwindcss.com/) v4
- [Bindizr](https://github.com/kweonminsung/bindizr)