# node_drifter **Repository Path**: blackworm/node_drifter ## Basic Information - **Project Name**: node_drifter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-12-27 - **Last Updated**: 2022-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node-Drifter NodeJS漂流瓶应用 本项目基于 Express & Redis & MongoDB ; ## 如何使用 1. `git clone https://github.com/JiangInk/node_drifter.git` 2. `cd node_drifter/` 3. `npm install && bower install` ### 如何运行 1、首先,需要运行 _Redis_ 服务: $ redis-server 2、然后,启动 _MongoDB_ 数据库: $ mongod --config /usr/local/etc/mongod.conf 3、最后,运行 _Express_ 应用: ./bin/www ### 演示地址 [nodedrifter.herokuapp.com](https://nodedrifter.herokuapp.com "node_drifter") ---