This is a sample client, demonstrating the use of the Douglas Lab API.
The client is a simple web app (built using Express) and demonstrates:
- Logging users in/out.
- Managing users (CRUD).
- Managing inventory items (CRUD).
- Managing action permissions.
- Monitoring the audit log.
- Checking API health.
The client's UI design is intentionally kept rudimentary. It uses Bootstrap to style the UI. It is meant to be used as a demo application, or as a base to build upon.