-
Notifications
You must be signed in to change notification settings - Fork 0
Add Docker, Turbo, tests, and API/Web updates #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…d CSS - Added package.json for web package with Next.js, React, and Tailwind CSS dependencies. - Created postcss.config.mjs for Tailwind CSS integration. - Added SVG assets for icons and branding (file.svg, globe.svg, next.svg, vercel.svg, window.svg). - Configured TypeScript settings in tsconfig.json for strict type checking and Next.js support.
…oints - Added package.json for API with dependencies (express, cors, dotenv). - Implemented server.ts with health check and analysis endpoints. - Created tsconfig.json for TypeScript configuration. feat(web): integrate API client and enhance dashboard with backend connectivity - Added api.ts for API client functions (check health, start analysis). - Updated page.tsx to include backend health check and analysis demo. - Enhanced UI to display backend status and analysis results.
- Added User, AuthRequest, and AuthResponse interfaces in auth.ts for type safety. - Created jwt.ts for JWT token generation and verification, including an auth middleware. - Developed AuthModal component for user login and registration forms. - Implemented LoginForm and RegisterForm components for handling user authentication. - Established AuthContext for managing user state and authentication logic. - Integrated useAuth hook for easy access to authentication context. - Updated layout to include AuthProvider for global authentication state. - Enhanced API client with login and registration functions. - Modified Home page to include authentication modal and user greeting. - Added demo analysis functionality with token handling for authenticated users.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
229d940 to
2225fca
Compare
No description provided.