Architecture
Last updated
Was this helpful?
Last updated
Was this helpful?
To view and use the SSN API, visit the production or version, and log in with your details.
We are using the following tech stack for SSN AUTH API:
Programming Language: JavaScript
Frameworks: Next.js and React
The SSN Dashboard app is hosted on Google Cloud using cloud run. See details .
Staging: The staging app is hosted under the name . It is directly linked to the branch on the GitHub repository. Cloud build has been configured to automatically run and deploy a new version on every push to branch.
Production: The production environment is hosted under the name . It is directly linked to the branch on the GitHub repository. Cloud build has been configured to automatically run and deploy a new version on every push to branch.
For developers, to set up a local environment, follow the steps below:
Ensure you have Nodejs (v12 and above), Yarn and Git installed.
Clone the repository:
Cd into project folder and Install packages using yarn.
Get the .env
files from your tech lead and add to your project folder.
git clone