Introduction
In these donuments we will cover all development aspects
- Getting Started
- Teams
- Links & Resources
Getting Started
- First, you will need to setup your Environment.
- Second, Ensure you understand the project's Architecture
Includind in the Development Documenattion
Note: before you get started with the development documentation you should understand the following
If you have nod read the Getting Started documents yet, please do so before you continue here.
Teams
Links & Resources
Teams
| Teams | Turtleneck |
|---|---|
| Leads | Yossi |
| Full Stack | Marom |
Links & Resources
Hudi Backend Documentation
This folder contains all the technical documentation related to the backend project. Each file focuses on a specific aspect of the backend architecture, usage, or configuration.
Contents
-
API routes and middleware Details all backend routes and the middlewares protecting them.
-
Authentication with Firebase Explains how to set up Firebase Authentication and use tokens.
-
MongoDB structure Defines the schema of the
usersandprofilescollections. -
Security and token protection Describes how Firebase tokens and API keys are handled securely.
-
Deployment guide Step-by-step instructions for deploying the backend to Google Cloud Run.
-
API testing guide Shows how to test the backend manually using Postman or curl.
-
Glossary of technical terms Defines key terms used in the backend project.
Last updated: 2025-04-01