fastapi-boilerplate
A template repository to start your FastAPI backend projects.
File Explorer
Download Latest Version (.zip)- __init__.py
- products.py
- __init__.py
- deps.py
- __init__.py
- config.py
- __init__.py
- base.py
- product.py
- __init__.py
- base.py
- base_class.py
- initialise.py
- session.py
- __init__.py
- product.py
- __init__.py
- message.py
- product.py
- __init__.py
- test_products.py
- __init__.py
- __init__.py
- conftest.py
- __init__.py
- initialiser.py
- main.py
- .gitkeep
- eaae517c1e2f_initialise.py
- env.py
- README
- script.py.mako
- .env
- .gitignore
- alembic.ini
- LICENSE
- Pipfile
- Pipfile.lock
- prestart.sh
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/skb1129/fastapi-boilerplate
Downloads the entire project code from GitHub to your computer.
cd fastapi-boilerplate
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pipenv install
Type this command into your terminal and run it.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
