This is an ecommerce dashboard built with Next.js, React, Tailwind CSS, and MongoDB. It includes sections for managing products, categories, and settings.
- Products: Add, edit, and delete products. Upload product images and specify details such as name, description, price, and stock.
- Categories: Manage product categories. Add, edit, and delete categories, and assign products to categories.
- Settings: Configure store settings such as store name, address, currency, and payment methods.
- More sections will be added as we move forward
- Next.js: A popular React framework for building server-rendered web applications.
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for quickly styling web applications.
- MongoDB: A NoSQL document-oriented database for storing and querying data.
- Clone the repository
- Install dependencies: npm install
- Create a .env.local file in the root directory and set your MongoDB connection string: MONGODB_URI=your-connection-string
- Start the development server: npm run dev
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please create an issue or submit a pull request.