Feature/adding frontend#13
Merged
Merged
Conversation
…eployment, and refine ingress configuration
- Added User model and relationships in the database. - Created authentication routes for login, user creation, and user listing. - Implemented JWT token generation and password hashing. - Added migration script to create users table and default admin user. - Updated simulation routes to associate simulations with users. - Introduced K8sService for Kubernetes operations. - Enhanced health check endpoint to verify K8s and DB connectivity. - Updated README with environment variable instructions. - Modified requirements.txt to include necessary packages for authentication. - Updated .gitignore to exclude new temporary files.
…gration; add loading states and error handling FRONT END
…er for admin user management
…reate tests for authentication, health, and simulation endpoints
feat(k8s): add ConfigMaps for API and frontend configurations feat(k8s): create separate ingress for frontend and API with TLS feat(k8s): add Kind cluster configuration for local development feat(k8s): create secrets for API and TLS for ingress docs: update onboarding guide with local development setup and troubleshooting fix(setup-dev.sh): enhance script for better error handling and performance warnings feat(setup-dev.sh): improve setup script to include TLS certificate generation feat(update-images.sh): add script to rebuild and redeploy images selectively
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.