# chirp **Repository Path**: guozia007/chirp ## Basic Information - **Project Name**: chirp - **Description**: an app about task write in react - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://81.68.151.74/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-05-31 - **Last Updated**: 2024-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动/使用项目 `前端` ```html cd client npm install npm start ``` `后端` ```html cd server npm install npm start ``` `数据库` ```html 先安装、配置,参考文档: https://blog.csdn.net/tuzi007a/article/details/125195349 启动: mongo ``` `本地打开页面` ```html http://localhost:3000/ ```