A service to work with PDF files
.NET Core Web API (.NET 8+)
- Clone the repository
- Go to the root directory and run:
cd API dotnet run - Open the browser and navigate to
http://localhost:8700/swagger/index.html
- Clone the repository
- Go to the root directory and run:
or
docker build -t pdf-service -f Dockerfile.api . docker run -p 5000:5000 pdf-servicedocker-compose up --build - Open the browser and navigate to
http://localhost:5000/swagger/index.html