Skip to content

xandreiAThome/trip-management-system

Repository files navigation

Project Structure

Refer to this article for the project structure: Feature Driven Architecture

src/
├── app/ # Next.js App Router pages and layouts
├── components/ # Truly shared UI components
├── features/ # Feature modules
│ ├── auth/
│ │ ├── components/
│ │ ├── hooks/
│ │ ├── services/
│ │ └── types/
│ ├── posts/
│ │ ├── components/
│ │ ├── hooks/
│ │ ├── services/
│ │ └── types/
│ └── shared/ # Cross-feature shared code
├── lib/ # Core utilities
└── types/ # Global types

.env.local example

AUTH_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published