Skip to content

Commit

Permalink
Merge pull request #2 from gkhaavik/test
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gkhaavik authored Oct 18, 2024
2 parents cb4b2ee + ad84ab4 commit 4c217e8
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c217e8

Please sign in to comment.