Developer Resources
Database Schema
Explains how data is organized and what kind of data can be stored in the system. It helps keep data clear, consistent, and easy to use.
Entity Relationship Diagram
An Entity Relationship Diagram (ERD) is a visual representation of the database structure used in the Simple Accounting application. It shows how data is organized and how different entities (tables) are related to each other.
API Documentation
API Documentation describes how the system’s backend services can be accessed and used. It provides clear instructions on how to interact with the application through HTTP requests and responses.
Source Code Repository
The Backend Repository contains the server-side logic of the Simple Accounting application. It is responsible for processing data, applying accounting rules, generating reports, and managing communication between the database and the frontend.
The Frontend Repository contains the client-side application that users interact with through their browser. It focuses on user experience, interface design, and communication with the backend API.