SimpliFintech is a simple accounts management app that provides a basic financial platform for users to manage their transactions and budgets. All transaction records are stored in a secure Database. Users can create account and add update and delete transactions, track current balance and monitor budget.
SimpliFintech is built using Node.js, React.js and uses GraphQL to interact with database. User password are protected by strong hashing algorithm and users are authenticated using JWT Tokens. Sequlelize has been used to manage database schemas.