On Aug 6, 2015, at 5:04 AM, Sebastian M Cheung wrote:
> AlsoI created a simple test.js file inside NodeJS project, not sure where to start
>
> I would also like to create app as per attached, with form validation and dropdown from JSON file
> , once submitted, creates a new MongodB data row
Are you writing all the code yourself, or are you making use of any npm modules? If so, which ones? If you're not using it already, you may want to start with a web framework like expressjs.
> Also how to run test.js just by itself. Is there a REPL ?
Yes, there is a repl. To start it, just run "node" (with no arguments).