Skip to content

Initial Project Structure According to the proposed architecture#8

Merged
chandansgowda merged 9 commits intoAOSSIE-Org:mainfrom
bakayu:dev-branch
Mar 13, 2025
Merged

Initial Project Structure According to the proposed architecture#8
chandansgowda merged 9 commits intoAOSSIE-Org:mainfrom
bakayu:dev-branch

Conversation

@bakayu
Copy link
Contributor

@bakayu bakayu commented Mar 7, 2025

Following the architecture finalized, I have created the project directory structure. This will give us a base to kickoff the project off of.

The project structure: (generated with the tree command)

Devr.AI
├── backend
│   ├── __init__.py
│   ├── app
│   │   ├── api
│   │   ├── services
│   │   └── utils
│   │       └── helpers.py
│   ├── bots
│   │   ├── discord_bot
│   │   ├── github_bot
│   │   └── slack_bot
│   ├── main.py
│   └── routes.py
├── docs
│   └── INSTALL_GUIDE.md
├── frontend
│   ├── build
│   ├── node_modules
│   ├── package-lock.json
│   ├── package.json
│   ├── public
│   ├── README.md
│   └── src
├── poetry.lock
├── pyproject.toml
├── README.md
├── setup.cfg
└── tests
    ├── __init__.py
    └── tests_main.py

Copy link
Contributor

@ParagGhatage ParagGhatage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@bakayu
Copy link
Contributor Author

bakayu commented Mar 7, 2025

@chandansgowda This can be merged along with #7 .

@chandansgowda
Copy link
Member

Thanks for contributing @bakayu

@muntaxir4
Copy link

Shouldn't it be better if we keep the tests/ for each component like backend/tests and frontend/tests/ ?

harshvardhan119 pushed a commit to harshvardhan119/Devr.AI that referenced this pull request Mar 27, 2025
Initial Project Structure According to the proposed architecture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants