Skip to content

FunnyRabbitIsAHabbit/SQLAlchemy_DependencyInjector_FastAPI_CurrencyExchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published