foundersandcoders / oauth-workshop

8 stars 3 forks source link

no mention of modularising code e.g. routes #5

Closed jsms90 closed 7 years ago

jsms90 commented 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

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