Skip to content

cam-inc/viron

This branch is 1 commit ahead of, 91 commits behind develop.

Folders and files

NameName
Last commit message
Last commit date
Apr 2, 2024
Apr 16, 2024
Jan 21, 2022
Jan 25, 2021
Apr 4, 2022
Jan 9, 2024
Apr 22, 2024
Apr 22, 2024
Mar 19, 2021
Jan 24, 2022
Mar 7, 2022
Feb 17, 2022
Mar 28, 2022
Sep 7, 2021
Jul 8, 2021
Jan 7, 2021
Apr 4, 2022
Mar 7, 2022
Sep 7, 2021
Sep 7, 2021
Jun 10, 2021
Jun 10, 2021
Nov 16, 2021
Apr 22, 2024
May 22, 2023

Repository files navigation

OAS-driven Frontend-NoCode Administration Console

MIT License Read the Docs GitHub last commit






What is Viron

Viron is a web-based administration tool, which

  • is based on and leverages OpenAPI Specification,
  • offers Frontend-Node console with fine-tuned GUI,
  • and is an Open-Source Software.

Viron enables you to eliminate all the Frontend-matter tasks when administrating your API servers.

The Idea

OpenAPI Specification, a.k.a. OAS, is a YAML or JSON file that defines an interface to a set of RESTful APIs. By interpreting an OAS document, the readers understand things such as:

  • The overall idea for the APIs.
  • How to call a particular API.
  • How to construct request payloads.
  • What type of schema do the APIs return.
  • The ways to authenticate.
  • And much more.

Viron evaluates and leverages OAS documents, interprets those above, and then constructs a GUI for you.

Viron is For Those Who:

  • have a RESTful administration API server.
  • do not have time to make an administration website from scratch.
  • have good knowledge of OpenAPI Specification.

Viron is NOT For Those Who:

  • require a complex administration website that an OAS document can not define.
  • have a GraphQL administration API server.

Code of Conduct

CODE_OF_CONDUCT.md

License

MIT LICENSE

Changelog

Changelog