To get started, clone the repository using the following command:
git clone https://github.com/arsen3d/wisper-fast-api.gitNavigate into the project directory:
cd wisper-fast-apiEnsure you have Docker and Docker Compose installed on your system. Then, run the following command to start the application:
docker compose upThis will build and start the necessary containers.
Once the containers are running, you can access the application at:
http://localhost:8000
To stop the application, press Ctrl+C in the terminal where docker compose up is running, or use:
docker compose downThis will stop and remove the containers.