Skip to content

starmatrixtech/upload-api-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upload-api-issue

standalone repo to reproduce "Unknown type 'Upload'"

Creating the environment

Dependencies for this repo is contained in an Anaconda environment, set it up with the command below:

conda env create --name fastapi-strawberry-env -f env.yml

Update the env

conda env update --name fastapi-strawberry-env --file env.yml  --prune

Run the server with the following commands

uvicorn src.main:app --reload

About

standalone repo to reproduce "Unknown type 'Upload'"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages