FastAPI-Boilerplate
FastAPI Starter: A simple and intuitive example repository showcasing basic functionality and best practices for building web APIs with FastAPI. Use this as a template or reference for accelerating your FastAPI projects
File Explorer
Download Latest Version (.zip)- python-app.yml
- __init__.py
- admin.py
- auth.py
- post.py
- tag.py
- user.py
- __init__.py
- __init__.py
- base.py
- dependencies.py
- functions.py
- schemas.py
- __init__.py
- emailer.py
- exceptions.py
- handlers.py
- hash.py
- jwt.py
- limiter.py
- logger.py
- middleware.py
- __init__.py
- dependencies.py
- functions.py
- role.py
- schemas.py
- schemes.py
- token.py
- __init__.py
- dependencies.py
- functions.py
- main.py
- schemas.py
- __init__.py
- association.py
- dependencies.py
- functions.py
- main.py
- schemas.py
- __init__.py
- dependencies.py
- functions.py
- main.py
- schemas.py
- __init__.py
- conftest.py
- fixtures.py
- functions.py
- test_admin.py
- test_post.py
- test_registration.py
- test_tag.py
- __init__.py
- config.py
- .gitignore
- example.env
- LICENSE
- README.md
- requirements.txt
- reset.sh
- run.py
- runtime.txt
- test.sh
# Installation Guide
1. Get the code
git clone https://github.com/tomasemilio/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
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python run.py
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)
