This is a short overview about the functionality of the website, first of all the home page has all the products provided which are loaded into a MongoDB database with the ability to search/filter by just typing in the search bar with the name of the desired product. Also there is an option to click on a certain product which will navigate to the product details page that includes all info about the selected product.Finally, a new product can be added by clicking on create product button, filling in all information about the new product to be created then it will be automatically added to the database and the product list in the home page will be updated.
$ git https://github.com/AyaIbrahimm/-Aya-Ibrahim-brantu-dev-test-.git
$ cd AyaIbrahimm/-Aya-Ibrahim-brantu-dev-test-
$ npm install
$ npm start
# open new terminal
$ cd brantutask
$ npm install
$ npm start