Skip to content

Fixzbug/FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

This project is a FastAPI application that requires the installation of specific Python packages. Follow the instructions below to set up and run the project in a development environment.

Requirements

Installation

  1. Clone the repository (if needed).

    git clone https://github.com/yourusername/yourproject.git
    cd yourproject
  2. Install dependencies

    • Install FastAPI with the standard dependencies:

      pip install "fastapi[standard]"
    • Install enum:

      pip install enum

Running the Application

To start the FastAPI server in development mode, run:

uvicorn main:app --reload

Replace main with the name of your Python file (e.g., main.py if that's the file containing the FastAPI app).

Development

For development, use the following command:

fastapi dev main.py

This command will start the FastAPI app with live reloading enabled, making it easier to test changes on the fly.

Usage

Once the server is running, you can access the interactive API documentation by visiting:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages