Technologies

It provides detailed information about the various technologies used in the applications.

Technologies Used

The components of the App are built using the core components of Flutter. The theme also constantly incorporates various other latest technologies.

  • Mobile app: Flutter ( Mobile app Develop with this framework and use Getwidget to build UI )

  • Dashboard: Angular (Dashboard built on the angular framework)

  • API: NestJS ( Backend API develop on typescript and MongoDB )

Nest JS

​Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript), and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of robust HTTP Server frameworks like Express (the default) and optionally can be configured to use Fastify as well!

Nest provides a level of abstraction above these common Node.js frameworks (Express/Fastify) but also exposes their APIs directly to the developer. This allows developers the freedom to use the myriad of third-party modules that are available for the underlying platform.

Prerequisites

​Angular

Angular is a platform that makes it easy to build applications with the web and mobile. Angular combines declarative templates, dependency injection, end to end tooling, and integrated best practices to solve development challenges. Angular empowers developers to build applications that live on the web, mobile, or desktop. Angular is an all-encompassing JavaScript framework that is frequently used by developers all over the world for building web, desktop, and mobile applications. This release focused on making Angular smaller and faster to use.

Prerequisites

Flutter

Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open-source.

Prerequisites

  • Flutter SDK latest

  • Dart latest

  • JAVA 8 or above

  • Latest Android studio with NDK

  • Xcode (on macOS for IOS)

Last updated