An open API service indexing awesome lists of open source software.

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

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.