# programming-frontend **Repository Path**: xiaosaima/programming-frontend ## Basic Information - **Project Name**: programming-frontend - **Description**: 编程刷题平台前端页面 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-16 - **Last Updated**: 2025-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev # or bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. ## Learn More To learn more about Next.js, take a look at the following resources: - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. # 项目简介和计划 基于Next.js服务端渲染+Spring Boot+Redis+MySQL+Elasticsearch的面试刷题平台。管理员可以创建题库、题目和题解,并批量关联题目到题库;用户可以注册登录、分词检索题目、在线刷题并查看刷题记录日历等。项目涉及大量企业级新技术的讲解,比如使用数据库连接池、缓存、高级数据结构来提升性能。通过流量控制、熔断、动态IP黑白名单过滤来提升系统和内容的安全性。 第一阶段,开发基础的刷题平台,熟悉项目开发流程,实战Next.js服务端渲染+SpringBoot应用的快速开发。 第二阶段,对项目功能进行扩展,实战企业主流后端技术如Redis缓存和高级数据结构、Elasticsearch搜索引擎、Druid连接池、并发编程的应用。使用AI进行相关题目题解的生成 第三阶段,对项目安全性进行优化,比如基于Sentinel进行网站流量控制和熔断、基于Nacos实现动态的IP黑白名 单。最终将项目上线并保证可用性。