An end to the question : "Should I Go Out Tonight?"
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- Node.js
- Heroku
A step by step series of examples that tell you have to get a development env running
- Clone Repository
- Install dependencies
npm install
- Create Heroku Environment
heroku create {name}
- Set Heroku Env Variables
heroku config:set VERIFY_TOKEN=<YOUR_VERIFY_TOKEN_HERE>
heroku config:set PAGE_ACCESS_TOKEN=<YOUR_PAGE_ACCESS_TOKEN_HERE>
- Create Heroku Procfile with contents:
web: node index.js
- Spin Up Heroku Instance (Local) : port 5000
heroku local web
Server
heroku pg:scale web=1
To turn off set 'web=0'
- You now should have the web server up and running. Reachable at the url given in the app build.
- Node.js - Server
- Express - Node.js Routing
- body-parser - Node.js Http body parsing
- Andrew Diana-(https://github.com/axd7832)
See also the list of contributors who participated in this project.
- Developed For The Facebook Messenger Platform