Skip to content

patux/yacomas-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

yacomas-ai

New YaCOMAS created with AI tools and spec driven development

Planned structure (better for scaling)

reference: https://github.com/orgs/community/discussions/174352

yacomas-ai/
├─ frontend/
│  ├─ src/
│  │  ├─ features/   # Each feature has its own folder
│  │  │  ├─ auth/    # Authentication
│  │  │  │  ├─ components/
│  │  │  │  └─ utils/
│  │  │  └─ dashboard/ # Dashboard
│  │  │     ├─ components/
│  │  │     └─ utils/
│  │  └─ shared/      # Reusable components/utilities
│  └─ package.json
├─ backend/
│  ├─ src/
│  │  ├─ features/   # Each backend feature
│  │  │  ├─ auth/
│  │  │  │  ├─ controllers/
│  │  │  │  ├─ routes/
│  │  │  │  └─ models/
│  │  │  └─ tasks/
│  │  │     ├─ controllers/
│  │  │     ├─ routes/
│  │  │     └─ models/
│  │  └─ shared/     # Reusable helpers/utilities/types
│  └─ package.json
├─ README.md
└─ .gitignore

About

New YaCOMAS created with AI tools and spec driven development

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors