Open Issues Need Help
View All on GitHubAI Summary: Create a new README.md file for the OpenConnect Backend API project. This README should accurately reflect the project's purpose, provide clear setup instructions, detail the API endpoints and their usage, and include guidance for contributing. The current README is a misleading copy of a database migration library's documentation and needs complete replacement.
AI Summary: Migrate the backend API's routing from httprouter to the chi router. This involves refactoring the routing logic to utilize chi's features for route grouping, middleware composition, and improved organization. The migration should maintain existing functionality and performance while enhancing code readability and maintainability.