Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Frontend Migration]: Repo Restructure #720

Open
bbilly1 opened this issue May 19, 2024 · 1 comment
Open

[Frontend Migration]: Repo Restructure #720

bbilly1 opened this issue May 19, 2024 · 1 comment
Labels
react migration Tracking our new React based frontend

Comments

@bbilly1
Copy link
Member

bbilly1 commented May 19, 2024

Domain

Combined

Description

Reorganizing the repo structure into:

  • root
    • backend: all backend related code
      • manage.py: application entry point
      • requirements.txt: dependencies definition
    • frontend: all front end application code
      • package.json: package definition file
      • node_modules: all node modules
    • Dockerfile: build steps for frontend/backend -> load into final image
    • docker-compose.yml: compose file for reference
@bbilly1 bbilly1 added the react migration Tracking our new React based frontend label May 19, 2024
@MerlinScheurer
Copy link
Contributor

Do you want the ability to update the frontend independently of the backend?
( if yes, then putting the frontend into its own docker container is a possibility, which would allow updates to the frontend container without the backend needing to be re-build and published. )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
react migration Tracking our new React based frontend
Projects
Status: No status
Development

No branches or pull requests

2 participants