Skip to content

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

Notifications You must be signed in to change notification settings

busradeveci/FastAPI-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Project

This project is a web application developed using FastAPI, aiming to create fast, efficient, and modern APIs.

Features

  • High-performance API development with FastAPI
  • Support for asynchronous operations
  • Automatic API documentation (Swagger & ReDoc)
  • Easy to extend structure

Installation

Requirements

  • Python 3.8+
  • FastAPI
  • Uvicorn

Steps

  1. Clone the repository:

    git clone https://github.com/Busradeveci/FastAPI-Project.git
    cd FastAPI-Project
  2. Create and activate a virtual environment:

    • For MacOS/Linux:
      python -m venv venv
      source venv/bin/activate
    • For Windows:
      python -m venv venv
      venv\Scripts\activate
  3. Install the dependencies:

    pip install -r requirements.txt
  4. Start the application:

    uvicorn main:app --reload

API Usage

Once the application is running, you can access the API documentation via the following URLs:

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages