Having to ssh into database server to manually manage it is tedious, this project attempts to automate that and have a GUI for ease of use.
As features are added to this project, this README will be updated to reflect that.
This project is under development and not ready for use, once it is ready, steps below will be updated along with some basic documentation.
# Build Go binary for the server
make server-build
# Run the server
make server-run
# Clean up binary of the server
make server-clean
# Live reload the server (meant for development)
make server-watch