Skip to content

SapphireDb/Example-Angular

Repository files navigation

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

or

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

Other examples

Server

AspNet Core Example

Client

React Example

Svelte Example

NodeJs Example

Angular Example

Documentation

Check out the documentation for more details: Documentation

Implementations

Server

SapphireDb - Server for Asp.Net Core

Client

sapphiredb - JS client (JS, NodeJs, React, Svelte, ...)

ng-sapphiredb - Angular client

Author

Morris Janatzek (morrisjdev)

Licenses

SapphireDb - MIT License

sapphiredb-js - MIT License