when you you input http://127.0.0.1:3000/create url on browser, you meet a form. if you post form to server. The data you sent writes to blog.txt file.
to make activate the server, you should write "npm app.js" on terminal when you in app folder.
my first node app
when you you input http://127.0.0.1:3000/create url on browser, you meet a form. if you post form to server. The data you sent writes to blog.txt file.
to make activate the server, you should write "npm app.js" on terminal when you in app folder.
my first node app