# axioslearn01 **Repository Path**: monkan/axioslearn01 ## Basic Information - **Project Name**: axioslearn01 - **Description**: 学习axios - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-22 - **Last Updated**: 2025-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Axios学习工程 主要用于学习Axios ## 工程说明 ### 安装nodejs相关的包 1. npm install axios 2. npm install json-server ### 如何启动json-server npx json-server --watch db.json ### 如何访问数据 1. http://localhost:3000/posts 2. http://localhost:3000/posts/1 3. http://localhost:3000/comments 4. http://localhost:3000/profile