# fs-server-js **Repository Path**: fast-crud/fs-server-js ## Basic Information - **Project Name**: fs-server-js - **Description**: fast-crud示例项目权限管理示例的后端示例 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 4 - **Created**: 2021-06-21 - **Last Updated**: 2024-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fast-server-js base on midway ## QuickStart see [midway docs][midway] for more detail. ### Development ```bash $ npm i # 如果遇到sqlite安装失败时 # 建议使用cnpm # npm install -g cnpm # cnpm install $ npm run dev $ open http://localhost:7001/ ``` ### Deploy ```bash $ npm start ``` ### npm scripts - Use `npm run lint` to check code style. - Use `npm test` to run unit test. [midway]: https://midwayjs.org