Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.32 KB

README.md

File metadata and controls

22 lines (11 loc) · 1.32 KB

Fasal-Mitra App

Project logo


Watch the video


-----------------------------------------------------

This folder contains most of the backend. The backend follows a microservice architecture, there are many microservices nd these services communicate with each other through HTTP requests and the fronend communicates with the frontend via an API-gateway. The authentication service uses mongoDB and redis cache for user authentication. THe dl service uses ResNet9 as Deep Learning Model and flask server for deploying this model into an API, while the nginx acts as an API gateway.

The system architecture for the application is as followed:

System Architecture