MichaelPachec0 / nodejs-project-night

Project night for May 27 2022
MIT License
5 stars 12 forks source link

Duplicate copies of front-end code #54

Closed MichaelPachec0 closed 2 years ago

MichaelPachec0 commented 2 years ago

So its come to my attention that #45 committed a copy of the front-end to the root folder. The back end code code wont serve this since it will only look at the files that are in the public folder and only in the public folder. Since there have been new commits to the front end, there is divergence. In this case the front end developers need to decide whether to keep and if so what to keep from what this pr merged.

MichaelPachec0 commented 2 years ago

Choice 1 will probably be the best way to do this. But ill leave to the front end to decide.