| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Sample FastAPI application.
Note that this is a template project. You will need to make changes to this application if you want to make use of it. Please read the Template readme file for more information on what this project does and how to use the template.
pyenv install# Note: For POSIX, pyenv can create a named virtual environment which you can use instead.
# For Windows, pyenv-win exists, but doesn't have this feature afaik.
python3 -m venv venv
# Windows
./venv/Scripts/activate
# POSIX
source ./venv/bin/activate./scripts/dev-setup.batbash ./scripts/dev-setup.shcp .env.example .env
# Open the new .env file in your favourite editor and make the changes# Windows
./scripts/dev-launch.bat
# POSIX
bash ./scripts/dev-launch.shsample-fastapi --help| Back | FazBrowse Home | New Git URL |