Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biozal/couchbase-wavelength-dotnet
Couchbase Wavelength Xamarin Forms Demo App
https://github.com/biozal/couchbase-wavelength-dotnet
Last synced: about 2 months ago
JSON representation
Couchbase Wavelength Xamarin Forms Demo App
- Host: GitHub
- URL: https://github.com/biozal/couchbase-wavelength-dotnet
- Owner: biozal
- Created: 2021-10-31T04:55:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T22:24:59.000Z (about 3 years ago)
- Last Synced: 2024-10-21T00:52:39.742Z (3 months ago)
- Language: C#
- Homepage:
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Wavelength with Couchbase Demo
## Development Requirements
- Docker setup and running on your computer
- Visual Studio for Windows or Mac with Xamarin installed## Couchbase Server
These scripts are compatible with Couchbase Server 7.02 and Sync Gateway 2.8.2.
### Local Debugging Environment Setup
To run locally you need to use the scripts found in the env-setup directory in this order:
- docker-create-bridge.sh
- docker-cb-server.sh
- docker-init-cluster.sh
- init-docker-env-data.sh
- sync-gateway.sh
### Local Debugging of ASP.NET WebAPI and Xamarin AppTODO - explain process
## Sync Gateway
You can use the logs-sync-gateway.sh to validate the configuration is working with Sync Gateway.