Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 406 Bytes

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:

  1. nodejs and mongodb
  2. to run "npm install" in the root folder of the web application to install all the dependencies
  3. to run "mongod --dbpath /your/path/"
  4. finally, to run "node app.js"
  5. the app can be accessed via: localhost:3000 Thank you!