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
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: