文件名称:Codebase-Express:使用 Express.js 作为 Node.js 框架的 CRUD 后端项目模板
文件大小:100KB
文件格式:ZIP
更新时间:2024-06-19 15:41:40
nodejs express codebase express-js codebase-express
代码库-Express 使用 Express.js 作为 Node.js 框架的后端项目模板。 项目状态 版本 当前应用程序版本为 v1.2。 用法 # Install dependencies npm install # Run in development npm run dev # Run in production npm start # Unit/Integration testing npm run test npm run cover // To create a coverage report # Initialize mongodb mongod # Post scriptum - When unit testing, be sure to initialize mongodb first so the database-related section can be
【文件预览】:
Codebase-Express-master
----package.json(1KB)
----test()
--------unit()
--------integration()
----server.js(776B)
----LICENSE(1KB)
----package-lock.json(323KB)
----app()
--------models()
--------config()
--------database()
--------api()
--------controllers()
--------lib()
----.env.example(120B)
----.gitignore(2KB)
----README.md(1KB)