An open API service indexing awesome lists of open source software.

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

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.

Bindizr UI Screenshot

## 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)