Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-vdb/boucaine-api
Api for Pizza La Boucaine
https://github.com/m-vdb/boucaine-api
Last synced: about 2 months ago
JSON representation
Api for Pizza La Boucaine
- Host: GitHub
- URL: https://github.com/m-vdb/boucaine-api
- Owner: m-vdb
- License: mit
- Created: 2014-11-30T02:20:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-06T18:09:17.000Z (about 10 years ago)
- Last Synced: 2024-10-27T00:01:18.205Z (2 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
boucaine-api
============Api for Pizza La Boucaine. Available at https://boucaine-api.herokuapp.com.
Developing
----------1. `npm install .` and make sure you have an up to date version of node.
2. Install mongodb (use homebrew on a Mac).
3. Start mongodb server.
4. `node index.js` will start the api server.Playing
-------You can execute different queries on the API:
1. POST on /codes will create a code.
2. PUT or POST on /codes/*hash* will verify a given code with given *hash*.