Skip to content

This is a repository I will share my projects which I developed by FastAPI.

Notifications You must be signed in to change notification settings

AmirSarrafzadeh/FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Projects Repository

Welcome to the FastAPI Projects Repository! This repository is dedicated to housing various projects developed using the FastAPI framework. FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints.

Getting Started

To get started with any project in this repository, follow these steps:

  1. Clone the repository to your local machine:

git clone https://github.com/AmirSarrafzadeh/fastapi.git

  1. Navigate to the specific project directory:

cd fastapi/project-name

  1. Install the required dependencies:

pip install -r requirements.txt

  1. Run the project:

uvicorn main:app --reload

  1. Access the project in your web browser at http://localhost:8000.

Contributing

If you'd like to contribute to this repository, feel free to fork the project, make your changes, and submit a pull request. Contributions such as bug fixes, feature implementations, or documentation improvements are welcome!

Issues

If you encounter any issues with any of the projects in this repository, please feel free to open an issue on GitHub. We'll do our best to address it promptly.

License

This repository is licensed under the MIT License, so feel free to use the code however you like!

About

This is a repository I will share my projects which I developed by FastAPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages