This project is an admin panel for managing the SwiftShop e-commerce site. The panel provides functionalities to manage products, categories, and orders, and includes authentication for admin users.
-
Category Management:
-
Order Management:
-
Authentication:
-
Image Storage:
- Product images stored securely using AWS S3
- Next.js: React framework for server-rendered applications.
- Tailwind CSS: Utility-first CSS framework for styling.
- NextAuth: Authentication for Next.js applications, supporting Google OAuth.
- AWS S3: Cloud storage service for storing product images.
- Clone the repository:
git clone https://github.com/nikkittaa/ecommerce-admin.git
- Navigate to the project directory:
cd ecommerce-admin - Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:3000to access the admin panel.








