https://github.com/davidbuck/angular-rest-example
This is a simple Angular example showing how to consume a restful API
https://github.com/davidbuck/angular-rest-example
angular angular-10 json-server
Last synced: 9 months ago
JSON representation
This is a simple Angular example showing how to consume a restful API
- Host: GitHub
- URL: https://github.com/davidbuck/angular-rest-example
- Owner: DavidBuck
- License: mit
- Created: 2020-04-20T08:18:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T15:03:58.000Z (over 2 years ago)
- Last Synced: 2025-02-01T03:26:18.379Z (11 months ago)
- Topics: angular, angular-10, json-server
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Angular 10 Rest Example
This is a simple Angular 10 example showing how to consume a restful API.
Run `npm run start` to start the JSON server and the Angular client.
## Tools
- [JSON Server](https://github.com/typicode/json-server)
- [Tailwind](https://tailwindcss.com)
- [ng-tailwindcss](https://github.com/tehpsalmist/ng-tailwindcss)
## Versions
- [Version 1.1](https://github.com/DavidBuck/angular-rest-example/tree/v1.1) - Angular version 10.1.5.
- [Version 1.0](https://github.com/DavidBuck/angular-rest-example/tree/v1.0) - Angular version 9.1.1.