2024-08-13 02:25:39 +08:00
2024-08-13 02:03:37 +08:00
2024-08-13 02:03:37 +08:00
2024-08-13 02:21:02 +08:00
2024-08-13 02:25:39 +08:00

SafeQR FastAPI Application

This repository contains the SafeQR FastAPI application, which is packaged as a Docker image. This document provides instructions on how to build, run, and stop the Docker container for this application.

Prerequisites

Build the Docker Image

If you haven't built the Docker image yet, you can do so with the following command:

docker build -t safeqr-fastapi-app .

## Run the Docker Container
To run the Docker container from the image, use the following command:
```bash
docker run -d -p 8000:8000 safeqr-fastapi-app
Description
No description provided
Readme 120 MiB
Languages
Jupyter Notebook 99.1%
Python 0.8%