1、项目地址
链接:https://gitee.com/ebancom/accounts
2、项目介绍
介绍
这是一个基于nodejs+mongodb的网页记账本
所需运行环境
此处以windowns为例。
- git
- node
- mongodb
安装教程
- 安装git
- 安装node
- 安装mongodb
使用说明
1. git克隆项目
1、新建项目文件夹,如www
2、进入www,右键打开Git Bash
3、克隆项目
git clone https://gitee.com/ebancom/accounts.git
2. 启动项目
1、进入accounts目录下打开cmd
2、安装依赖
npm i
3、启动项目
npm start
3. 使用项目
浏览器输入:127.0.0.1:3000