https://github.com/harsh-vardhhan/deal-tracker-webservice
https://github.com/harsh-vardhhan/deal-tracker-webservice
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/harsh-vardhhan/deal-tracker-webservice
- Owner: harsh-vardhhan
- Created: 2018-04-18T11:46:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T16:39:30.000Z (about 7 years ago)
- Last Synced: 2025-01-27T23:51:12.354Z (5 months ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deal-tracker-webservice
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku CLI](https://cli.heroku.com/) installed.
```sh
$ git clone [email protected]/TrakBit/deal-tracker-webservice.git # or clone your own fork
$ cd deal-tracker-webservice
$ npm install
$ npm start
```Your app should now be running on [localhost:5000](http://localhost:5000/).
## Deploying to Heroku
```
$ heroku create
$ git push heroku master
$ heroku open
```
or[](https://heroku.com/deploy)
## Documentation
For more information about using Node.js on Heroku, see these Dev Center articles:
- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)
- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)
- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs)
- [Best Practices for Node.js Development](https://devcenter.heroku.com/articles/node-best-practices)
- [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)