Skip to content

SuminSSon/ShoppingMall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCRC-Mall-Backend


기술 스택

FastAPI


Getting Started (Installation)

pip install "fastapi[all]"
pip install "uvicorn[standard]"

Start Server

uvicorn main:app --reload

Configuring S3 Credentials

In order to store and access files using S3 in this project, you'll need to set up your credentials securely. For security reasons, these credentials should be stored in a crud.py file at the root of the project directory.

s3_client = boto3.client(
    service_name='', region_name='',
    aws_access_key_id='', aws_secret_access_key=""
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages