Closed jsms90 closed 7 years ago
Putting everything in server.js seems to be a bit of a pattern: https://github.com/FACN1/LuhaOauth/blob/master/server.js https://github.com/FACN1/EdgarOAuth/blob/master/src/server.js https://github.com/FACN1/palm-funday-auth/blob/master/server.js
server.js
Modularising code is a learning objective for week 8 - this workshop should explain how, by specifically referencing the need to put routes into separate files
Putting everything in
server.js
seems to be a bit of a pattern: https://github.com/FACN1/LuhaOauth/blob/master/server.js https://github.com/FACN1/EdgarOAuth/blob/master/src/server.js https://github.com/FACN1/palm-funday-auth/blob/master/server.jsModularising code is a learning objective for week 8 - this workshop should explain how, by specifically referencing the need to put routes into separate files