Skip to content

heaveless/potato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

potato

Portfolio Manager

Start Service

Step 1 - Create environment

  • install requirements:

    pip install -r requirements

Step 2 - start service local

  • Run service using uvicorn

    uvicorn "main:app" --host "0.0.0.0" --port "4000" --reload

Step 3 - Send requests

Go to the fastapi docs and use your api endpoints - http://127.0.0.1:4000/docs

About

Portfolio Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published