Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)