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

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

Awesome Lists containing this project

README

          

# ![image info](./assets/favicon.png) 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)