Skip to content

This project was realized as part of the Web Development course I took at the Artificial Intelligence and Technology Academy.

Notifications You must be signed in to change notification settings

busradeveci/Depends-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Depends-Project demonstrates the use of FastAPI's Depends and Annotated features to manage dependencies within a web application.

Features:

  • Utilizes FastAPI's dependency injection system to manage and organize dependencies.
  • Demonstrates the use of the Annotated feature for type hinting and dependency declaration.

Technologies Used:

  • Python
  • FastAPI

Setup and Usage:

  1. Clone the repository

    git clone https://github.com/Busradeveci/Depends-Project.git
  2. Navigate to the project directory

    cd Depends-Project
  3. Install the required dependencies

    pip install -r requirements.txt
  4. Run the FastAPI application

    uvicorn main:app --reload
  5. Access the application by navigating to http://127.0.0.1:8000 in your web browser.

About

This project was realized as part of the Web Development course I took at the Artificial Intelligence and Technology Academy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages