This application provides a convenient web interface and REST API application for interacting with globals.
The repo is dockerised so you can clone/git pull the repo into any local directory
$ git clone https://github.com/NjekTt/React-UI-Global
Open the terminal in this directory and run:
$ docker-compose up -d
Then open http://localhost:4000/
Online demo http://mareiznode.teccod.com:4001/
The web interface allows you to view and create globals. In the web interface, you can generate globals with a given number of lines with random values.
Routing is used by Flask Framework to process incoming requests. When a request is received using Python Embedded, methods of the ObjectScript class are called and processed
Based on globals, the Data-model document store was implemented. This data model stores JSON-like documents