Commit Graph

5 Commits

Author SHA1 Message Date
farcasclaudiu 02569efb83 feat: refactor server structure by moving server logic to server.js and updating index.ts 2026-06-20 02:04:33 +00:00
farcasclaudiu 3275137763 feat: refactor database connection to use config module 2026-06-20 01:58:26 +00:00
farcasclaudiu b6b41c06aa feat: refactor database connection handling to separate database module 2026-06-20 01:52:29 +00:00
farcasclaudiu f8c4a57e78 feat: implement backend API with models and seed data for OctoFit application 2026-06-20 01:49:15 +00:00
farcasclaudiu 39ef098873 feat: initialize frontend with React and Vite setup
- Added React and Vite configuration files.
- Created main entry point for the application.
- Included global CSS styles for theming and layout.
- Added SVG assets for React and Vite logos.
2026-06-20 01:42:56 +00:00