Online_Store

Application that shows the list of products available to buy with the possibility to add, edit or remove a product.

Before runing the project, the following modules must be installed: http-errors express path cookie-parser morgan

Also the program MongoDB must be installed. This is important to store the data related to the products. Once the program is installed, a database should be created with a single table (name “Products”, for example).

To execute this application, the following command must be executed on the Terminal: node app.js

On the browser this application runs locally. Therefore, the following address must be typed: “http://localhost:3000”.