/node_form-data

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Form data (with Node.js)

Implement an app that

  • shows an HTML form with an info about an expense (date, title and amount)
  • receives its data in a POST request
  • save it to a db/expense.json file
  • and return an HTML page with well formatted JSON

Read the guideline before start