Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

54 total results found

Connecting to MySQL Workbench

Arivaa Suite Documentation

Download To download mysql workbench visit  https://dev.mysql.com/downloads/workbench/  and select the operating system and click on Download Connecting to the DB Open mySql workbench and click on Database and then select the Connect to Database option wh...

Deploying Admin to AWS manually

Asquaredhub Documentation Admin Dashboard

Pre-requisites  Project cloned and installed using this guide - Installation   Creating build cd <webapp directory> npm install npm run build Transferring the build to AWS Make sure asquared.pem file is in the project directory and remember not commit ...

Deployment to Google Play Store

Save App Documentation Mobile App

Pre-requisites  Project cloned and installed using this guide - Installation Android Studio and tools properly setup Creating build cd <mobile-app directory> npm run android:release:bundle   After a folder will open containing the .aab file   Depl...

Deployment to Apple Store

Save App Documentation Mobile App

Pre-requisites  Project cloned and installed using this guide - Inst Xcode installed Creating build and pushing to app store https://developer.apple.com/documentation/xcode/distributing-your-app-for-beta-testing-and-releases https://echobind.com/post/...

Installation

Save App Documentation Mobile App

Overview This mobile application is built using React Native in conjunction. Pre-Requisites Git installed Node js 18 using nvm https://github.com/nvm-sh/nvm An IDE (preferably VS code) React native Pre-requisites with React native cli quickstart instal...

Installation

Asquaredhub Documentation Mobile App

Overview This mobile application is built using React Native in conjunction with Expo, a powerful set of tools and services designed to simplify and accelerate the development of React Native projects. Refer the link below for the official documentation of e...

Installation

Asquaredhub Documentation Admin Dashboard

Pre-Requisite Git installed Node js and npm An IDE (preferably VS code)   Cloning Repository The first step to clone the existing repository is to copy one of the links either with SSH or HTTPS.   Initial setup The next step is to open the termi...

Deployment to Google Play Store

Asquaredhub Documentation Mobile App

Pre-requisites  Project cloned and installed using this guide - Installation Account on https://expo.dev/ Transporter app installed from App Store EAS CLI installed using npm install -g eas-cli Creating build cd <mobile-app directory> eas login # On...

Deployment to Apple Store

Asquaredhub Documentation Mobile App

Pre-requisites  Project cloned and installed using this guide - Installation Account on https://expo.dev/ Transporter app installed from App Store EAS CLI installed using npm install -g eas-cli Creating build cd <mobile-app directory> eas login # On...

Installation

Asquaredhub Documentation Server API

Pre-Requisite Git installed Node js and npm An IDE (preferably VS code)   Cloning Repository The first step to clone the existing repository is to copy one of the links either with SSH or HTTPS.   Initial setup The next step is to open the termi...

Sql queries

Arivaa Suite Documentation Queries

Query to fetch links of a particular user   To fetch all categories and number of links in the category for a particular user : SELECT l.`categoryId` as `Category Id`,lc.title as `Category Name`,count(*) as `Number of links` FROM `save-app`.`links` l i...

Deploying Server API to AWS manually

Asquaredhub Documentation Server API

Pre-requisites  Project cloned and installed using this guide - Installation   Creating build cd <server-api directory> npm install npm run build Transferring the build to AWS Make sure asquared.pem file is in the project directory and remember not com...

Database

Asquaredhub Documentation Server API

Entity Relationship Diagram (ERD)     NOTE : The database does not contain any foreign key constraints. The checking of existence of a record is performed using services wherever necessary. Common attributes Every table has these common attributes which...

API Definitions

Asquaredhub Documentation Server API

authenticate This api is used to create authentication. It returns the authentication and refresh token.   There are 2 different login type of available and each type is handled as shown in the figure After successful authentication all the necessary f...

Working with swagger

Asquaredhub Documentation Server API

Introduction In server-api we have made use of Swagger which is a powerful tool which helps in documenting and testing the APIs of a server. It provides us with various features and tools which make testing very simple. To get started go to this link : api....

Working with server-api

Asquaredhub Documentation Server API

Creating an endpoint To create an endpoint add a file with the endpoint name in src/api/definitions. Lets create a simple test endpoint. Creating this file automatically creates the endpoint in the server.  Next step is to create the database schema...

Working with mobile app

Asquaredhub Documentation Mobile App

Folder Structure All the image related resources are stored in the assets folder. All the code for the screens and components are inside the src folder Components The components folder contains components which are either used in multiple places or separate...

Library.laxaar.com User Guide

Laxaar Library User Guide

Welcome to the user guide for Library.laxaar.com! This guide will provide you with an overview of the features and functionality of the website. Library.laxaar.com is an online library platform designed to provide users with access to a vast collection of digi...

Working with mobile app

Save App Documentation Mobile App

Folder Structure All the image related resources are stored in the assets folder. All the code for the screens and components are inside the src folder Components The components folder contains components which are either used in multiple places or separate...