❯Basic FastApi template
Before getting started with fastapi-template-basic, ensure your runtime environment meets the following requirements:
- Programming Language: Python
 - Package Manager: Poetry
 - Container Runtime: Docker
 
Install fastapi-template using one of the following methods:
Build from source:
- Clone the fastapi-template repository:
 
❯ git clone https://github.com/mart337i/fastapi-template- Navigate to the project directory:
 
❯ cd fastapi-template-basic- Install the project dependencies:
 
Using poetry  
❯ poetry installUsing docker  
❯ docker compose -f docker-stack.yaml up --buildRun fastapi-template using the following command:
Using Fastapi  
❯ fastapi dev app/main.py Using docker  
❯ docker compose -f docker-stack.yaml up --buildThis project is protected under the MIT License.
Thank you to the builders of the following:
- Fastapi
 - python-dotenv
 
You made this hobby project possible!