# Images and Base64 **Repository Path**: oftenbenefit/images-and-base64 ## Basic Information - **Project Name**: Images and Base64 - **Description**: 前端输入图片转换BASE64编码,发送到MongoDB中,并查询MongoDB中所有的图片 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-07 - **Last Updated**: 2024-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, HTML, CSS, JavaScript ## README # 图片与BASE64编码 使用HTML、JS、CSS、nodejs、BASE64编码 实验目的:前端输入图片转换BASE64编码,存储MongoDB中,并查询MongoDB中所有的图片 1. npm install express mongoose multer cors 2. node server.js 3. 启动前端