Express-Mongo-API 项目基础模板

Express-Mongo-API 项目基础模板提供了一个结构化的起点,用于使用 Node.js、Express 和 MongoDB 构建 RESTful API。 该模板包含了搭建高效 API 后端所需的必要组件,例如路由、模型定义、数据库连接和中间件配置。 利用预先配置的代码结构和最佳实践,开发者可以专注于业务逻辑的实现,从而加快开发进程。

zip
express-mongo-api-boilerplate-master.zip 预估大小:40个文件
folder
express-mongo-api-boilerplate-master 文件夹
file
docker-compose.yaml 1KB
file
LICENSE 1KB
file
.env.example 273B
folder
src 文件夹
folder
bin 文件夹
file
www 899B
folder
config 文件夹
file
auth.js 862B
file
seeder.js 66B
file
index.js 184B
file
cors.js 320B
file
app.js 143B
file
db.js 557B
folder
auth 文件夹
folder
models 文件夹
file
index.js 60B
file
User.js 381B
folder
middleware 文件夹
file
index.js 84B
file
authenticate.js 468B
folder
api 文件夹
file
index.js 163B
folder
routes 文件夹
file
auth.js 2KB
file
auth.test.js 3KB
file
profile.test.js 902B
file
profile.js 450B
folder
services 文件夹
file
auth.js 2KB
file
index.js 74B
file
package.json 2KB
file
routes.js 226B
file
Dockerfile.dev 296B
file
Dockerfile 486B
file
jest.config.js 66B
file
routes.test.js 358B
file
package-lock.json 389KB
file
seed.js 1KB
file
.eslintrc.js 187B
file
Dockerfile.test 335B
file
.gitignore 2KB
file
.dockerignore 52B
file
.prettierrc.js 125B
file
app.js 2KB
file
nodemon.json 52B
folder
seeds 文件夹
file
users.js 253B
file
.gitignore 192B
file
Makefile 377B
file
README.md 32B
zip 文件大小:112.27KB