Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 574 Bytes

File metadata and controls

26 lines (14 loc) · 574 Bytes

Readme

API documentation

Example usage

Do keep in mind that currently ports are set to 4040 and 4040, and not 8000:8000 like it could be inferred from the picture below

image

Example installation

To compose and run a dockerized app type in the following commands in a terminal

docker build -t mycurrencyapi https://github.com/FunnyRabbitIsAHabbit/SQLAlchemy_DependencyInjector_FastAPI_CurrencyExchange.git#master
docker run -it -d -p 4040:4040 mycurrencyapi

Docker is required for this to work