Advanced Search
Search Results
54 total results found
Company Public
Working with Swagger
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
Save App Documentation
Envato Documentation.
Arivaa Suite Documentation
Documentation
Documentation 1.
Laxaar Library User Guide
Asquaredhub Documentation
Trainings
Introduction to the Process.
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
API code which is used by admin and mobile app to interact with DB
Mobile App
Admin Dashboard
Server Api
Mobile App
Holiday Calendar 2023
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
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...