Skip to content

KohsukeIde/fastapi-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a practice project for using FastAPI to build a simple REST API. FastAPI is a modern, fast, web framework for building APIs with Python 3.7+ based on standard Python type hints.

Prerequisites

  • Python 3.7+
  • FastAPI
  • Other dependencies (if applicable)

Installation

  1. Clone the repository:
git clone https://github.com/[YOUR_USERNAME]/fastapi-practice.git
  1. Install the required dependencies:
pip install fastapi
  1. Run the project:
uvicorn main:app --reload

Usage

The API will be available at https://localhost:8000. You can use a tool like Postman or curl to send HTTP requests to the API.

Documentation

Contributing If you find a bug or have a suggestion for improving the project, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages