integration
parents
Showing
backend/.gitignore
0 → 100644
backend/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
backend/package.json
0 → 100644
backend/src/app.js
0 → 100644
backend/src/config/jwt.js
0 → 100644
backend/src/models/User.js
0 → 100644
backend/src/routes/auth.js
0 → 100644
frontend/.gitignore
0 → 100644
frontend/README.md
0 → 100644
frontend/eslint.config.js
0 → 100644
frontend/index.html
0 → 100644
frontend/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
frontend/package.json
0 → 100644
frontend/postcss.config.js
0 → 100644
frontend/public/default.jpg
0 → 100644
1.33 KB
frontend/public/vite.svg
0 → 100644
frontend/src/App.css
0 → 100644
frontend/src/App.jsx
0 → 100644
frontend/src/hooks/useApi.js
0 → 100644
frontend/src/index.css
0 → 100644
frontend/src/main.jsx
0 → 100644
frontend/src/services/api.js
0 → 100644
frontend/tailwind.config.js
0 → 100644
frontend/vite.config.js
0 → 100644