# nero-api-frontend **Repository Path**: ichensw/nero-api-frontend ## Basic Information - **Project Name**: nero-api-frontend - **Description**: Nero-API 接口开放平台前端代码仓库。 这是一个提供API接口供开发者调用的平台 用户可以登录、注册,开通接口调用权限。接口的调用会被统计,后续可能收费。 管理员可以发布接口、下线接口、接入接口,以及在线调试接口。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 18 - **Forks**: 9 - **Created**: 2023-06-08 - **Last Updated**: 2024-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nero-API-Frontend ## Project introduction The Nero-API interface opens the front-end code repository of the platform. This is a platform that provides API interface for developers to call. Users can log in, register and activate the permission to call the API. The calls to the API will be counted and may be charged later. Administrators can publish interfaces, offline interfaces, access interfaces, and online debugging interfaces. ## Project background 1. Front-end developers need to use back-end interfaces to obtain data. two。 There are many ready-made API interface calling platforms on the Internet. Make an API interface platform by yourself: 1. Users can access the front desk, log in, register, enable and disable the permission to call the API. two。 The administrator can add, delete, modify and check the interface Request: 1. Prevent attacks (security) 2. Cannot be called at will (restrict, activate) 3. Count the number of calls 4. Flow protection 5. API access ## Technology selection ### frontend - Ant Design Pro - React - Ant Design Procomponents - Umi - Umi Request (encapsulation of Axios) ### backend - Spring Boot - Spring Cloud Gateway - Dobbo - Nacos - Spring Boot Starter (SDK development)