Add Docker, Turbo, tests, and API/Web updates#1
Closed
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.