hyperioxx / frontman

Frontman is an open-source API gateway written in Go that allows you to manage your microservices and expose them as a single API endpoint. It acts as a reverse proxy and handles requests from clients, routing them to the appropriate backend service.
https://frontman-labs.github.io/frontman/
GNU General Public License v3.0
5 stars 0 forks source link

UI for the management API #79

Open amityahav opened 1 year ago

amityahav commented 1 year ago

thought it would be cool if we could make a nice UI to manage backend services

hyperioxx commented 1 year ago

I know it was something @nonsoike wanted to do. Is that still the case @nonsoike ?

nonsoike commented 1 year ago

Hello @amityahav, please go ahead. We can collaborate on it. My preferred framework will be Vue.js or Svelte but React is fine as well.

Here is a 3rd party UI for Konga that we can take clues from: https://github.com/pantsel/konga

amityahav commented 1 year ago

You can lead on this as I have no experience in frontend frameworks so I'll need to learn along

nonsoike commented 1 year ago

Sure.