Market Hub
A full-stack e-commerce web application built with Next.js, Tailwind CSS, and Prisma. It includes user authentication, product management, and shopping cart functionality.




































Market Hub
Table of Contents
About The Project
This is an e-commerce full stack project built with Next.js for both the front-end and back-end. Backend can be found in /app/api
directory and front-end in /app
directory.
Main Features
- User authentication (login, register, logout) using Auth.js JWT method.
- Data fetching using TanStack Query.
- Email sending using SendGrid.
- Image uploading using Cloudinary.
Environmental variables
Can be found in .env.example
file.