Skip to content

This is my take on how to uploade multiple files to AWS with fastAPI, mongodb and beanie

Notifications You must be signed in to change notification settings

rein14/FastAPI-mongoDB-AWS-fileupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastAPI-mongoDB-AWS-fileupload

This is my take on how to upload multiple files to AWS with fastAPI and mongoDB(beanie)

Poetry

Create the virtual environment and install dependencies with:

poetry install

See poetry docs for more information

How to run?

poetry run uvicorn app:app --reload --host localhost --port 8000

API will be available at localhost:8000/

  • Swagger UI docs at localhost:8000/docs
  • ReDoc docs at localhost:8000/redoc

Requirements

  • fastAPI
  • uvicorn[standard]
  • beanie
  • boto3

About

This is my take on how to uploade multiple files to AWS with fastAPI, mongodb and beanie

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages