Tire Management App

A full-stack App for creating and displaying tires. The App consists of a backend server that provides access to the OS1 Platform resources and a web client that provides a browser-based UI.

Front-end client

The Tire Management client provides a browser-based user interface written in React to create and display tires.
It calls the Tire Management server endpoints to create and display the tires available in your organization.

Server

The Tire Management server connects the client to the OS1 platform resources. It is written in Python and uses flask to expose endpoint calls. It creates and retrieves the information about the tires in the OS1 platform using the Entity Type.

The sample app is available on our git repo https://github.com/OS1-Hackathon-2022/tires-app.