Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tungv/bank-server

example for bank server authentication and api
https://github.com/tungv/bank-server

Last synced: about 2 months ago
JSON representation

example for bank server authentication and api

Awesome Lists containing this project

README

        

bank-server
===========

example for bank server authentication and api

# How to run
Please install these global packages

``` bash
[sudo] npm install -g coffee-script mocha
```

and local packages

``` bash
npm install
```

To start server:

```bash
export PORT= && coffee server.coffee
```

# How to test
```bash
mocha --compilers coffee:coffee-script/register -R spec
```