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

https://github.com/sapphiredb/example-angular

Example angular application using SapphireDb
https://github.com/sapphiredb/example-angular

angular demo ng-sapphiredb sapphiredb

Last synced: 2 months ago
JSON representation

Example angular application using SapphireDb

Awesome Lists containing this project

README

          

# SapphireDb: Example-Angular (using ng-sapphiredb)

**Example angular application using SapphireDb**



SapphireDb logo

This is a demo project for SapphireDb. It should demonstrate how to use SapphireDb with different technologies.

The examples contains a simple CRUD demo and a simple chat.

You don't need to set up a server running SapphireDb to try it out.
A demo server can be reached at the following address: https://sapphiredb-demo.azurewebsites.net/

## Try it out

You can try out this example by following these steps:

1. [Open in StackBlitz](https://stackblitz.com/github/SapphireDb/Example-Angular)

or

1. Clone the sources and switch to the directory
2. Run `npm install`
3. Run `ng serve` and navigate to [http://localhost:4200](http://localhost:4200)

## Other examples

### Server

[AspNet Core Example](https://github.com/SapphireDb/Example-AspNetCore)

### Client

[React Example](https://github.com/SapphireDb/Example-React)

[Svelte Example](https://github.com/SapphireDb/Example-Svelte)

[NodeJs Example](https://github.com/SapphireDb/Example-NodeJs)

[Angular Example](https://github.com/SapphireDb/Example-Angular)

## Documentation

Check out the documentation for more details: [Documentation](https://sapphire-db.com/)

## Implementations

### Server

[SapphireDb - Server for Asp.Net Core](https://github.com/morrisjdev/SapphireDb)

### Client

[sapphiredb - JS client (JS, NodeJs, React, Svelte, ...)](https://github.com/SapphireDb/sapphiredb-js/blob/master/projects/sapphiredb/README.md)

[ng-sapphiredb - Angular client](https://github.com/SapphireDb/sapphiredb-js/blob/master/projects/ng-sapphiredb/README.md)

## Author

[Morris Janatzek](http://morrisj.net) ([morrisjdev](https://github.com/morrisjdev))

## Licenses

SapphireDb - [MIT License](https://github.com/SapphireDb/SapphireDb/blob/master/LICENSE)

sapphiredb-js - [MIT License](https://github.com/SapphireDb/sapphiredb-js/blob/master/LICENSE)