Skip to content

App example FastApi + Redis + Docker with environment settings via .env file

Notifications You must be signed in to change notification settings

izusoft/fastapi-example-app

Repository files navigation

FastApi-example-app

App example FastApi + Redis + Docker with environment settings via .env file

Installing

git clone https://github.com/zubarevski/fastapi-example-app
cd fastapi-example-app

Then create .env file (or rename and modify .env.example) in project root and set environment variables for application.

Deploy with Docker:

docker-compose build
docker-compose up -d

Application will be available on http://127.0.0.1:5000 in your browser.
All routes are available on /docs or /redoc paths with Swagger or ReDoc.

About

App example FastApi + Redis + Docker with environment settings via .env file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published