MU-DBL / fatplants

0 stars 0 forks source link

We are trying to create a local development environment for fatplants backend. #5

Closed Yongfang-Qin closed 5 months ago

Yongfang-Qin commented 8 months ago

As far as we know, we have some dependent services that must run on the remote server. But we know that this is not a good practice for backend developers. They have to login to the remote server to make code changes and testing (deploy to dev website and verify the changes). It will cause conflict if two members work at the same time. Also. we host dev and prod in the same server. What if one of the members mess up the server?

Yongfang-Qin commented 8 months ago

First, we should have a UI design doc to review the other team members. Then we start to code

Yongfang-Qin commented 5 months ago

We need to write a document for the developer about how to set up the docker environment in windows and Linux machine