Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

angular-buch/api3

Repository files navigation

BookMonkey 3 API

Monkey

Backend for the BookMonkey 3 demo.
A publicly available server is hosted at api3.angular-buch.com.
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).

Install & Start

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/api3.git
cd api3
npm install
npm start

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

Updating deps

Please take care of the file package.prod.json. Keep it in sync with you development package.json.

License

Code released under the MIT license.