Commit Graph

22 Commits

Author SHA1 Message Date
450c18e58f Add Dashboard page 2026-03-08 22:53:19 -05:00
4edfe2bfd6 Add App CSS styles 2026-03-08 22:52:51 -05:00
3e9d878eb2 Add main App component with routing 2026-03-08 22:52:40 -05:00
362c6deb22 Fix: Use npm install instead of npm ci to avoid lock file requirement 2026-03-08 22:51:22 -05:00
a3dbb95255 Add global CSS styles 2026-03-08 22:47:22 -05:00
59837b924a Add React main entry point 2026-03-08 22:47:05 -05:00
142f1c0889 Add index.html 2026-03-08 22:46:56 -05:00
536ea78b28 Add Vite configuration 2026-03-08 22:46:44 -05:00
95cde0ea36 Add client package.json 2026-03-08 22:46:34 -05:00
3d76ccf3be Add breeding/heat cycle API routes 2026-03-08 22:46:21 -05:00
a2b39957fa Add health records API routes 2026-03-08 22:45:54 -05:00
ac516a0911 Add litters API routes 2026-03-08 22:45:27 -05:00
df252e828a Add pedigree API routes 2026-03-08 22:45:07 -05:00
e8c7d77c52 Add dogs API routes 2026-03-08 22:44:23 -05:00
d99a7b0622 Add database initialization and schema 2026-03-08 22:43:51 -05:00
7176527639 Add main server application file 2026-03-08 22:43:27 -05:00
4c64a4e69f Add .gitignore 2026-03-08 22:43:11 -05:00
2b2cdf08ee Add .dockerignore for build optimization 2026-03-08 22:43:02 -05:00
4dbb0b47c4 Add docker-compose configuration 2026-03-08 22:42:53 -05:00
5438dfec7d Add optimized multi-stage Dockerfile 2026-03-08 22:42:39 -05:00
24dcb3d14c Add root package.json with dependencies 2026-03-08 22:41:52 -05:00
a195188832 Initial commit: Project README 2026-03-08 22:41:39 -05:00