A minimal Node.js server with a basic frontend that allows people to upload text through a single textbox.
npm installnpm startThen open http://localhost:3000 in your browser.
- The frontend is a plain HTML page with a textarea and submit button.
- Submitted text is stored in server memory and visible at
/submissions. - This setup is intentionally minimal for quick local testing.