The web application was done with NodeJS as the platform, ExpressJS as the framework and MongoDB as NOSQL database. To run this example, you need:
- nodejs and mongodb
- to run "npm install" in the root folder of the web application to install all the dependencies
- to run "mongod --dbpath /your/path/"
- finally, to run "node app.js"
- the app can be accessed via: localhost:3000 Thank you!