Skip to content

Aung-myat-min/pos_frontend_next

 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install dependencies:

pnpm install

And, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Project Strucutre

POS_NEXTJS/
├── prisma/                 # Prisma folder for database schema and migrations
│   └── schema.prisma       # Define your database schema here
└── src/                    # Source code directory
    ├── components/         # Reusable components
        ├── pages/          # Page Level Components
        ├── ui/             # Shadcn UIs
    ├── db/                 # Database Clients
    ├── hooks/              # Custom hooks
    ├── lib/                # Library files
    ├── providers/          # Context providers
    ├── services/           # API service files
    │   └── api/            # API service folder
    ├── stores/             # Store files
    ├── types/              # Type definitions
    ├── utils/              # Utility files
    └── validations/        # Validation files

Tech Stacks

Frontend
  Shadcn UI
  Headless
  Axios
  React Query
  Zustand

Backend
  Prisma
  Posgresql

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%