The E-Commerce Application is designed to provide a complete online shopping experience for users, vendors, and administrators. It serves as a platform where users can browse and purchase products, vendors can manage their shops and inventories, and administrators can control and monitor the entire system. The application focuses on being intuitive, responsive, and secure, providing a seamless experience for all user roles. The core of this project is to build a scalable, high-performance system using modern web development technologies. It leverages Node.js and Express.js for the backend, React.js (or Next.js) for the front end, and PostgreSQL for data storage. The application integrates with third-party services for payments and file storage, ensuring a professional, enterprise-grade solution.
-
Next.js
-
TypeScript
-
React hook form
-
tanstack/react-query
Clone the repository
git clone https://github.com/tansim12/E-Commerce-Next-A9.git cd E-Commerce-Next-A9
📦 Install Dependencies
---
```bash
$ yarn install
NEXT_PUBLIC_BASE_API=
NEXT_PUBLIC_FRONTEND_URL=
IMAGE_BB_API_KEY=
$ yarn run dev
$ yarn run build
The server should be running on http://localhost:3000.