Skip to content

Pycharm Setup

From the main menu select Run -> Edit Configurations...

Click on '+' to add a 'Python' configuration, and name it 'uvicorn'

Run/Debug_Config1

Select 'Module name" and use: 'uvicorn'

With parameters: 'app.main:app --reload'

Run/Debug_Config_line1

Click '+' again and add a 'JavaScript Debug' configuraion, and name it 'frontend'

Run/Debug_Config2

With URL: 'http://localhost:3000'

and I chose 'Chrome' browser