- Sovren API using Dgraph - sovren-schema
- Occupation using Dgraph - occupation-module
- Occupation using MongoDB - occupation-module-mongoDB
#if not installed
#bash shell
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
#zsh shell
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | zsh
node version in use v14.15.5
$ nvm install 14.15.5 #if not installed
$ nvm use 14.15.5 #manually switch to node version
Setup nvm Deeper Shell Integration for NVM - Automatically call nvm use
Download the docker if not installed from following link
Ngrok exposes local servers behind NATs and firewalls to the public internet over secure tunnels. Download the ngrok if not installed from following link. Will use to connect expo to local servers.
Install Expo GO Client app to test the app Android iOS
Scan the QR code and run the app.
$ cd server/ #check the README.md files
$ cd client/ #check the README.md files