Skip to content

System Architecture

jacobatan edited this page Apr 17, 2023 · 1 revision

Frontend

The frontend stack using TypeScript, React, and Tailwind is a powerful combination of tools that enables developers to build scalable and maintainable user interfaces with ease.

Backend

A backend built using ExpressJS, NodeJS, and MongoDB is a powerful combination of technologies that enable developers to build robust, scalable, and high-performance server-side applications.

System Workflow

TBD

Shared

Having a shared module in a project is a common practice that allows developers to reuse code across different parts of an application. By using TypeScript's tsconfig paths, it is possible to define aliases for frequently used paths, making it easier to import and reuse modules throughout the application.

Read more

Deployment

TBD

Clone this wiki locally