Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ajhsu/jasami-api

Querying for your next meal.
https://github.com/ajhsu/jasami-api

Last synced: 15 days ago
JSON representation

Querying for your next meal.

Awesome Lists containing this project

README

        

# JaSaMi
![travis-ci](https://api.travis-ci.org/ajhsu/jasami-api.svg?branch=master)

Querying for your next meal.

## Tech Stacks
* Use Babel 6 as ES2015+ transpiler
* Use Express as WebServer
* Use MongoDB as Database
* Use Tape for Testing
* Use JSON Schema and Ajv for API spec and End-to-End testing validation
* Use Travis-CI for continuous integration
* Use PM2 for auto-reloading (in production)

## Quickstart
```bash
npm install
npm start
```

## Unit Test
```bash
npm test
```