https://github.com/bakpakin/wtbubackend
A simple node backend for the WTBU apps
https://github.com/bakpakin/wtbubackend
Last synced: 7 months ago
JSON representation
A simple node backend for the WTBU apps
- Host: GitHub
- URL: https://github.com/bakpakin/wtbubackend
- Owner: bakpakin
- Created: 2016-10-02T00:49:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T00:54:30.000Z (about 9 years ago)
- Last Synced: 2025-01-12T06:41:44.281Z (9 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GAI WTBU Backend
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
```sh
$ git clone https://github.com/bakpakin/gai-wtbu-backend.git
$ cd gai-wtbu-backend
$ npm install
$ npm start
```Your app should now be running on [localhost:5000](http://localhost:5000/).
## Deploying to Heroku
All pushes to the master branch will redeploy to Heroku.