This project is made as a technical exercise.
[https://nodejs.org/en/]
DB is hosted on Google Cloud Platform
[http://localhost:4000/products]
To install project install run: npm i
To start project run: nodemon index.js
(use npm install -g nodemon
if not working)
[http://localhost:3000/]
To install project install run: npm i
To start project run: npm start