Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1006 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 1006 Bytes

gMag

Node.js Web Application by team Gmenas

Project Description

In this web application users can browse products from different categories and products to thier favourites. They can filter what they see by title and description and by price. They can contact the seller by the provided email address. Users can also upload their own products with an optional picture.

Setup

This application requires that you have a mongodb instance running. You can specify your connection string in the config file.
For the browser test selnium webdriver must be running.

  • npm start - Runs the project
  • npm test - Runs the unit and integration tests

Application demo