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

Company Public

Working with Swagger

Save App 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

Save App 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...

Database

Save App Documentation Server Api

Entity Relationship Diagram (ERD)     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 are au...

Introduction to Envato

Envato Documentation.

What is Envato? Envato is a world-leading online community for creative assets, tools and talent. Millions of people around the world visit Envato to buy and sell creative assets, use smart design templates, learn creative skills or even hire freelancers. ...

Laxaar in Code Canyon

Envato Documentation.

What we do at Code Canyon / Envato Market? We list our products in Code Canyon, when people search for our product category. Our product appears in the search listings…Then the clients get a chance to have a look into all the briefing of the product like Docu...

Product Push Process

Envato Documentation.

1. Introduction - Go to Laxaar's Dashboard 2. The Initiation - On upload the item select " JavaScript " & click on Next 3. The Name Segment - About the name/title segment, do a bit of research in Code Canyon according to the product category, come up with ...

Sql queries

Save App Documentation Server Api

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...

API Definitions

Save App Documentation Server Api

about-videos This api is used to store video tutorial's links authenticate This api is used to create authentication. It returns the authentication and refresh token.   there are 4 different login types available and each type is handled as shown in t...

Overview

Save App Documentation Server Api

Welcome to the documentation for server API! The API is built on Node.js and uses the Express.js framework, with a MySQL database for data storage.  Methods It provides definitions for the CRUD operations on every endpoint by default. It also supports add...

Connecting to MySQL Workbench

Save App Documentation Server Api

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...

Overview

Arivaa Suite Documentation

Welcome to the documentation for server API! The API is built on Node.js and uses the Express.js framework, with a MySQL database for data storage.  Methods It provides definitions for the CRUD operations on every endpoint by default. It also supports add...

Installation

Arivaa Suite Documentation

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...

Working with server-api

Arivaa Suite Documentation

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 Swagger

Arivaa Suite Documentation

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....

API Definitions

Arivaa Suite Documentation

about-videos This api is used to store video tutorial's links authenticate This api is used to create authentication. It returns the authentication and refresh token.   there are 4 different login types available and each type is handled as shown in t...

Installation

Save App 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...

The Final Push.

Envato Product Push Documentation.

Steps to undergo in the process. Ensure a good Internet Connection. Open Code Canyon Go to the dashboard in Laxaar's Profile. In Upload an Item select ' JavaScript ' Give a title of the product that will be displayed to the Customers. ...

Envato Product Push Documentation.

Queries

Arivaa Suite Documentation

Save App Documentation

Envato Documentation.

Arivaa Suite Documentation

Documentation

Documentation 1.

Laxaar Library User Guide

Asquaredhub Documentation

Trainings

Arivaa Suite Documentation

Introduction to the Process.

Envato Product Push Documentation.

Steps to undergo in the process. Login into various mediums ( The Product, Edocsify, Laxaar One-Drive & Code Canyon ) Go through each of them thoroughly to know about the features & how they operate. Ensure a stable internet connection before st...

Server API

Asquaredhub Documentation

API code which is used by admin and mobile app to interact with DB

Mobile App

Asquaredhub Documentation

Admin Dashboard

Asquaredhub Documentation

Server Api

Save App Documentation

Mobile App

Save App Documentation

Holiday Calendar 2023

Company Public

  14 Jan Saturday Lohri Restricted Holiday 26 Jan Wednesday Republic Day Gazetted Holiday 8 Mar Wednesday Holi Gazetted Holiday 30 Mar Thursday Rama Navami Restricted Holiday 14 Apr Friday Vaisakhi Restricted Holiday ...

Database

Arivaa Suite Documentation

Entity Relationship Diagram (ERD)     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 are au...