8000 GitHub - Suraj1089/get-five-minute-activites
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Suraj1089/get-five-minute-activites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Project Setup

Prerequisites

Ensure you have the following installed:

  • Python 3.8+

Installation

1. Clone the Repository

git clone https://github.com/Suraj1089/get-five-minute-activites
cd get-five-minute-activites

2. Create and Activate a Virtual Environment (Optional but Recommended)

# On macOS/Linux
python -m venv venv
source venv/bin/activate

# On Windows
python -m venv venv
venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

Running the FastAPI Application

1. Start the Server

uvicorn main:app --reload
  • main refers to the filename (main.py)
  • app refers to the FastAPI instance
  • --reload enables automatic reload on code changes

2. Open API Docs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0