https://github.com/angular-buch/api5
🐵 HTTP-Backend für den BookMonkey 5 (4. Auflage)
https://github.com/angular-buch/api5
Last synced: 8 months ago
JSON representation
🐵 HTTP-Backend für den BookMonkey 5 (4. Auflage)
- Host: GitHub
- URL: https://github.com/angular-buch/api5
- Owner: angular-buch
- License: mit
- Created: 2021-09-08T07:35:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T08:53:32.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T10:27:40.339Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://api5.angular-buch.com/
- Size: 5.14 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BookMonkey 5 API
Backend for the [BookMonkey 5](https://github.com/angular-buch/book-monkey5) demo.
A publicly available server is hosted at [api5.angular-buch.com](https://api5.angular-buch.com).
The API is fully described via swagger. Explore it [here](https://api5.angular-buch.com/swagger-ui/).
# The book
This backend is used to explain HTTP communication with Angular.
Read more about Angular in our book. Visit [angular-buch.com](https://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](LICENSE).