Update README.md
npm install
To run the server: node server.js.
node server.js
When running on your local box, it will start up on port 5000, and connect to redis on default ports.
cp local.json-dist local.json
https://devcenter.heroku.com/articles/nodejs
Then after it is created:
git push heroku master
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
This repo has been archived.
Fifi Back End
Installation
npm installin the repo directory.Development
To run the server:
node server.js.When running on your local box, it will start up on port 5000, and connect to redis on default ports.
Copy local configuration file
Heroku deployment
https://devcenter.heroku.com/articles/nodejs
Then after it is created: