# forget-api-demo **Repository Path**: ambit/forget-api-demo ## Basic Information - **Project Name**: forget-api-demo - **Description**: forget-api-demo - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-11 - **Last Updated**: 2024-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Forget API Demo #### Usage 启动后端服务 ```shell cd ./backend npm i npm start ``` 启动前端服务 ```shell cd ./frontend npm i npm start ```