Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ajhsu/jasami-api
- Owner: ajhsu
- License: mit
- Created: 2017-03-09T14:12:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T07:13:32.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T09:28:54.191Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```