Skip to content

Instantly share code, notes, and snippets.

@zenixls2
Last active January 10, 2024 07:48
Show Gist options
  • Save zenixls2/3cbb9111460cb13a644fc9fda6015835 to your computer and use it in GitHub Desktop.
Save zenixls2/3cbb9111460cb13a644fc9fda6015835 to your computer and use it in GitHub Desktop.
note

Backend (python)

  • flask web app
    • file upload handling
    • read/write DB (using sqlalchemy)
    • spawn langchain jobs
    • serve frontend's static web page.
  • sqlalchemy (ORM)
  • mysql
  • langchain

Frontend (React)

  • no server side rendering (generate static files to flask's public folder)
  • react-router-dom
    • /index
    • /api/xxx/
  • Restful - axios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment