Asquaredhub Documentation
Mobile App
Installation
Overview This mobile application is built using React Native in conjunction with Expo, a powerfu...
Working with mobile app
Folder Structure All the image related resources are stored in the assets folder. All the code f...
Deployment to Apple Store
Pre-requisites Project cloned and installed using this guide - Installation Account on https...
Deployment to Google Play Store
Pre-requisites Project cloned and installed using this guide - Installation Account on https...
Server API
API code which is used by admin and mobile app to interact with DB
Installation
Pre-Requisite Git installed Node js and npm An IDE (preferably VS code) Cloning Reposi...
API Definitions
authenticate This api is used to create authentication. It returns the authentication and refres...
Database
Entity Relationship Diagram (ERD) NOTE : The database does not contain any foreign key c...
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...
Deploying Server API to AWS manually
Pre-requisites Project cloned and installed using this guide - Installation Creating build ...