diff --git a/README.md b/README.md index fcc9e23..36e7410 100644 --- a/README.md +++ b/README.md @@ -2,35 +2,6 @@ COMMERCIFY-WEB is a comprehensive e-commerce solution with separate client and admin interfaces, built using Next.js. -## Project Structure - -``` -COMMERCIFY-WEB/ -├── .next/ # Next.js build output -├── mysql-init-scripts/ # MySQL initialization scripts -├── node_modules/ # Node.js dependencies -├── src/ # Source code -│ └── app/ # Main application code! -│ ├── (client)/ # Client-facing application (your own implementation) -│ ├── admin/ # Admin dashboard -│ ├── public/ # Static resources (fonts, images, svgs) -│ ├── components/ # Shared React components -│ ├── context/ # React context providers -│ ├── lib/ # Utility functions and libraries -│ └── types/ # TypeScript type definitions -├── .env # Environment variables (not in version control) -├── .env.example # Example environment variable file -├── .eslintrc.json # ESLint configuration -├── .gitignore # Git ignore file -├── docker-compose.yml # Docker Compose configuration -├── next.config.mjs # Next.js configuration -├── package.json # Project dependencies and scripts -├── postcss.config.mjs # PostCSS configuration -├── README.md # This file -├── tailwind.config.ts # Tailwind CSS configuration -└── tsconfig.json # TypeScript configuration -``` - ## Prerequisites - Node.js (v14 or later)