Skip to content

angular-buch/api4

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b6a8cb · Jun 14, 2024

History

61 Commits
Jun 14, 2024
Dec 25, 2018
Jun 14, 2024
Jun 14, 2024
Jun 14, 2024
Dec 26, 2018
Jul 22, 2019
Mar 4, 2020
Jul 3, 2020
Jun 14, 2024
Jun 14, 2024
Jun 14, 2024
Jun 14, 2024

Repository files navigation

BookMonkey 4 API

Monkey

Backend for the BookMonkey 4 demo.
A publicly available server is hosted at api4.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/api4.git
cd api4
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.