Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 590 Bytes

File metadata and controls

21 lines (15 loc) · 590 Bytes

📁 Project Structure

├── backend/               # Backend code (APIs, server, database)             
├── frontend/              # Frontend code (UI, components, pages)
│   ├── public/            # Pages files
│   └── src/               # components and pages
├── assets/                # Images and other static assets
└── README.md              # This file

🌳 Branch Structure

  • main - Production-ready code
  • frontend - Frontend code
  • backend - Backend code

Made with ❤️ by the DevHive Club Team