This is the backend service for TechStore, a full-featured ecommerce web application built using TypeScript, Node.js, Express, and MongoDB. The backend handles all business logic, user roles, data validation, and secure API interactions to support the frontend system.
git clone https://github.com/ahad1033/TechStore-Server cd TechStore-Server
npm install
yarn run start:dev (for development server) yarn run start:prod (for production server)