Next JS Check Management System Outline / Structure
Unanswered
Northeast Congo Lion posted this in #help-forum
Northeast Congo LionOP
I'm an intermediate developer having sight experience working with diff tech stacks.
I need to build a Check Management System for which I need help regarding good to Structure the project.
The objective is that different branches will be depositing received checks into an account the application will contain the statement and they'll need to match the corresponding check with the respective statement line
There will be a
Receiving Date
Clearing Date
Amount
Type
Category
The schema for the statement find which will be uploaded daily would be
Date
Des
Check #
Amount
Branch Code
I plan to use Clerk and each branch will be shown it's respective entries in the statement with the help of the Branch Code field in the statement
I'm planning to use next js with full TS, Tailwind CSS, Shadcn, Drizzle ORM, Fast API, Clerk
What I'm struggling with us to how to approach this and should Use any alternatives?
Appreciate your time for looking into this
I need to build a Check Management System for which I need help regarding good to Structure the project.
The objective is that different branches will be depositing received checks into an account the application will contain the statement and they'll need to match the corresponding check with the respective statement line
There will be a
Receiving Date
Clearing Date
Amount
Type
Category
The schema for the statement find which will be uploaded daily would be
Date
Des
Check #
Amount
Branch Code
I plan to use Clerk and each branch will be shown it's respective entries in the statement with the help of the Branch Code field in the statement
I'm planning to use next js with full TS, Tailwind CSS, Shadcn, Drizzle ORM, Fast API, Clerk
What I'm struggling with us to how to approach this and should Use any alternatives?
Appreciate your time for looking into this