Save App Documentation
Mobile App
Installation
Overview This mobile application is built using React Native in conjunction. Pre-Requisites ...
Deployment to Apple Store
Pre-requisites Project cloned and installed using this guide - Inst Xcode installed Creat...
Deployment to Google Play Store
Pre-requisites Project cloned and installed using this guide - Installation Android Studio a...
Working with mobile app
Folder Structure All the image related resources are stored in the assets folder. All the code f...
Server Api
Overview
Welcome to the documentation for server API! The API is built on Node.js and uses the Express.js ...
Installation
Pre-Requisite Git installed Node js and npm An IDE (preferably VS code) Cloning Reposi...
Working with server-api
Creating an endpoint To create an endpoint add a file with the endpoint name in src/api/defini...
Working with Swagger
Introduction In server-api we have made use of Swagger which is a powerful tool which helps in d...
API Definitions
about-videos This api is used to store video tutorial's links authenticate This api is used to...
Sql queries
Query to fetch links of a particular user To fetch all categories and number of links in t...
Database
Entity Relationship Diagram (ERD) The database does not contain any foreign key constrai...
Connecting to MySQL Workbench
Download To download mysql workbench visit https://dev.mysql.com/downloads/workbench/ and sele...