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

https://github.com/vzhou842/cos-333-project

Robin, a project for COS 333.
https://github.com/vzhou842/cos-333-project

Last synced: about 2 months ago
JSON representation

Robin, a project for COS 333.

Awesome Lists containing this project

README

          

# Robin
A COS 333 (Spring 2017) project.

Team Members:
- Angela Mao
- Jose Rodriguez
- Andre Xiong
- Sarah Zhou
- Victor Zhou

Project Status Site: [https://vzhou842.github.io/BringBackTheYak/](https://vzhou842.github.io/BringBackTheYak/)

# Server

Make sure you have Node.js and NPM installed.
You can test if you have them using `node -v` and `npm -v`. You should get something like:
```
$ node -v
v6.9.2
$ npm -v
3.10.9
```

First, install server dependencies:
```
$ cd server/
$ npm install
```

Start the server using:
```
$ npm start
```

Run server tests using:
```
$ npm test
```

# API

See [server/API.md](server/API.md) for the API reference.