CYCBrian / Week-11-Express.js-Note-Taker

An application used to write and save notes. This application will use an Express.js back end and will save and retrieve note data from a JSON file.
MIT License
0 stars 0 forks source link

5 inserted html routes code into server.js #10

Closed CYCBrian closed 10 months ago

CYCBrian commented 10 months ago

i think i'm going to modularize the whole thing after I've done all the rotes. it may be easier for me to see how the base function work first then move and modify code into modules later.