https://github.com/kyleu/admini
A database management application, basically. It does other stuff too
https://github.com/kyleu/admini
Last synced: 3 months ago
JSON representation
A database management application, basically. It does other stuff too
- Host: GitHub
- URL: https://github.com/kyleu/admini
- Owner: kyleu
- License: mit
- Created: 2021-03-28T17:36:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-28T20:29:27.000Z (4 months ago)
- Last Synced: 2026-02-28T22:53:51.567Z (4 months ago)
- Language: Go
- Homepage: https://admini.dev
- Size: 6.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Agents: AGENTS.md
Awesome Lists containing this project
README
#  admini
Use [admini](https://admini.dev) to explore and manage your data as fast and easily as possible
This application was built with help from [Project Forge](https://projectforge.dev)
## Download
https://admini.dev/download
## Source code
https://github.com/kyleu/admini
## Building
- Run `bin/bootstrap.sh` to install required Go utilities
- Run `make build` to produce a binary in `./build`, or run `bin/dev.sh` to recompile and restart automatically
For full stack development, you'll need some tools installed:
- For TypeScript changes, use `bin/build-client.sh`; you'll need `node` installed
- For a developer environment, run `bin/workspace.sh`, which will watch all files and hot-reload (iTerm2 required)