Ecommerce App that shows products after successful login of user, Built on NextJS and NodeJS with MongoDB App built on NextJS with Typescript in frontend and NodeJS and express along with MongoDB in backend. Added JWT authorization for user authetication with server cookies.
Go To /product-app-back-end folder and run below command npm i
Go To /product-app-front-end folder and run below command npm i
Replace DB connection string with your database connection string in index.js in /product-app-back-end folder and run below command in /product-app-back-end folder npm run start
Run below command in /product-app-front-end folder npm run dev