Key Features:

  • This is a Product Management Application
  • Authentication with firebase
  • user can see his/her own products, update and delete them.
  • user can purchase other user's Products
  • user can see his purchased Products

How to run:

  • git clone the client repository
  • use commands on the root directory npm install & npm run dev
  • git clone the server repository
  • use commands on the root directory npm install & npm run dev
  • in the index.js file uncomment the DB_URI credential at line 24 and use it to connect db.