🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

book-monkey2-api

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

book-monkey2-api

REST Server Backend for the BookMonkey2 demo

0.4.3
latest
Source
npm
Version published
Weekly downloads
38
15.15%
Maintainers
4
Weekly downloads
 
Created
Source

book-monkey2-api

NPM version

Monkey

REST Server Backend for the BookMonkey2 demo.
A publicly available server is hosted at book-monkey2-api.angular-buch.com, which always serves the latest version (#master).
The API is fully described via swagger. Explore it here.

The book

Book

This backend is used to explain HTTP communication with Angular.
Read more about Angular in our book. Visit angular-buch.com for more information (German only).

Usage

The server is written on top of restify. It provides simple CRUD operations over books.
The data is stored in memory only. Eveything will be lost on restart or when DELETE /books is called.

Shared server

A publicly available server is hosted at book-monkey2-api.angular-buch.com.
Feel free to use it as your test-drive. Data will be erased periodically.

Development

You might want to extend or modify the project.
Execute the following commands to start the standalone-server:

git clone https://github.com/angular-buch/book-monkey2-api.git
cd book-monkey2-api
npm install
npm start

Open http://localhost:3000/ in your brower.

License

Code released under the MIT license.

Keywords

demo

FAQs

Package last updated on 30 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts