Node.js Web Application by team Gmenas
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.
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 projectnpm test
- Runs the unit and integration tests