Skip to content

anaskex/my-fastapi-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My FastAPI Project

This is a simple FastAPI application to demonstrate setting up a FastAPI project in Python.

Setup Instructions

  1. Create a virtual environment:

    • python -m venv venv (Windows)
    • python3 -m venv venv (macOS/Linux)
  2. Activate the virtual environment:

    • venv\Scripts\activate (Windows)
    • source venv/bin/activate (macOS/Linux)
  3. Install dependencies:

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

    uvicorn main:app --reload
  5. Open your browser and go to http://127.0.0.1:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages