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
- Host: GitHub
- URL: https://github.com/sapphiredb/example-angular
- Owner: SapphireDb
- Created: 2019-12-22T16:18:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:06:55.000Z (almost 3 years ago)
- Last Synced: 2025-07-01T15:02:50.741Z (3 months ago)
- Topics: angular, demo, ng-sapphiredb, sapphiredb
- Language: TypeScript
- Homepage: https://stackblitz.com/github/SapphireDb/Example-Angular
- Size: 1 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SapphireDb: Example-Angular (using ng-sapphiredb)
**Example angular application using SapphireDb**
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)