Skip to content

elhalj/MarketPlace_Web

Repository files navigation

├── 📂 src/ │ │ ├── 📂 app/ # App Router │ │ ├── 📂 components/ # Composants React │ │ ├── 📂 lib/ # Utils & API client │ │ └── 📂 store/ # État global │ ├── Dockerfile | |____ github │ └── package.json

Marketplace Web Application

🚀 Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Run development server: npm run dev

🏗️ Project Structure

The application follows a modular architecture:

  • app/: Next.js App Router components and pages
  • components/: Reusable React components
  • lib/: Utility functions and API client
  • store/: Global state management

🛠️ Technologies

  • Next.js 19
  • React
  • TypeScript
  • Tailwind CSS

🔧 Development

Prerequisites

  • Node.js 18+
  • npm or yarn

Environment Variables

Create a .env.local file:

API_URL=your_api_url

🚀 Deployment

Docker deployment available:

docker build -t marketplace-web .
docker run -p 3000:3000 marketplace-web

📝 License

MIT License

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors