Skip to content

Beagle-Boys/sopa_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

BUILD AND RUN

  • Make sure the URL of AAA is provided inside the BFF Service. Check common_files/common_constants.py file.
  • Make sure the URL of BFF is provided inside the Frontend. Check src/apis/index.ts file.
  • Make sure the Frontend URL is added to ALLOWED ORIGINS in BFF CORS. Check controller/main.py file.