Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softinstigate/restheart-ng-demo
An example Angular 12 webapp that uses RESTHeart
https://github.com/softinstigate/restheart-ng-demo
angular mongodb rest rest-api restheart
Last synced: about 2 months ago
JSON representation
An example Angular 12 webapp that uses RESTHeart
- Host: GitHub
- URL: https://github.com/softinstigate/restheart-ng-demo
- Owner: SoftInstigate
- Created: 2021-07-13T15:46:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T14:20:13.000Z (12 months ago)
- Last Synced: 2024-05-01T10:06:33.186Z (8 months ago)
- Topics: angular, mongodb, rest, rest-api, restheart
- Language: TypeScript
- Homepage:
- Size: 723 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESTHeart-ng-demo
An example Angular Web App that uses [RESTHeart](https://restheart.org).
This app is online at [https://ng-demo.restheart.org](https://ng-demo.restheart.org).
## Run locally
- Clone this repository `git clone [email protected]:SoftInstigate/restheart-ng-demo.git`
- Install dependencies `yarn`
- Start the angular application with `yarn start`
- open your browser on [http://localhost:4200/](http://localhost:4200/)