Skip to content

angular-buch/api5

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BookMonkey 5 API

Backend for the BookMonkey 5 demo.
A publicly available server is hosted at api5.angular-buch.com.
The API is fully described via swagger. Explore it here.

The 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/api5.git
cd api5
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.