Initial commit

This commit is contained in:
2025-10-16 17:04:52 -05:00
commit 039d51c4e5
45 changed files with 6939 additions and 0 deletions

17
SEED_PROMPT.md Normal file
View File

@@ -0,0 +1,17 @@
I would like you to scaffold a SAAS app for a recruiter workflow.
Cover user management, employer and candidate management, resume uploading etc.
DO not do any operations on the host except git and docker orchestration.
Please make all decisions and do not prompt me.
Use TDD.
Ignore anything that isn't core to the app (no CI/CD , no worrying about anything except local deployment etc)
Use docker and docker compose
Prefix all docker artifacts with MysteryApp-Cursor-
Lets go!