# fed-e-task-05-02 **Repository Path**: frontend_site/fed-e-task-05-02 ## Basic Information - **Project Name**: fed-e-task-05-02 - **Description**: 学习 MongoDB & Redis 这两个 NoSQL 数据库本身的使用、NoSQL 数据库如何在 Node.js 中的使用,以及相关调用库。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-03 - **Last Updated**: 2021-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # guide ## QuickStart see [egg docs][egg] for more detail. ### Development ```bash $ npm i $ npm run dev $ open http://localhost:7001/ ``` ### Deploy ```bash $ npm start $ npm stop ``` ### npm scripts - Use `npm run lint` to check code style. - Use `npm test` to run unit test. - Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail. [egg]: https://eggjs.org ### API 1. /getUserINfo ```javascript ``` 2. /create ```javascript ```