Skip to content

Refactor Project Directory Structure for Improved Organization#38

Description

@Arojit45

馃摑 Description:

To improve project organization and maintainability, we should refactor the current directory structure by clearly separating the frontend and backend codebases into their respective folders.

Proposed changes:

Create a frontend/ folder for all client-side code (e.g., React, Next.js, assets, styles, etc.)

Create a backend/ folder for all server-side logic (e.g., Express, Node.js, API routes, database config, etc.)

Adjust relative import paths and build/deployment scripts if needed

Update README or documentation to reflect the new structure

Benefits:

Clear separation of concerns between frontend and backend

Easier onboarding and understanding of project layout

Improved scalability and modularity

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions