Giter Club home page Giter Club logo

finease's Introduction

Finease

Finease is a fintech app that allows users to manage their personal finances.

Structure

src contains the source code for the app.

Alt text

Note

functions/todo is just an example (It is not in the project).

I've shared the folder structure of this project below. This is the src directory.

├───functions
│   │   handler.ts
│   │   index.ts
│   │   
│   ├───asset
│   │       handler.ts
│   │       index.ts
│   │       
│   ├───budget
│   │       handler.ts
│   │       index.ts
│   │       
│   ├───investment
│   │       handler.ts
│   │       index.ts
│   │       
│   ├───loan
│   │       handler.ts
│   │       index.ts
│   │       
│   └───profile
│           handler.ts
│           index.ts
│
├───libs
│       api-gateway.ts
│       check-auth.ts
│       handler-resolver.ts
│       lambda.ts
│       
├───models
│       Asset.ts
│       Auth.ts
│       BaseObject.ts
│       Budget.ts
│       BudgetEntry.ts
│       FinancialDetails.ts
│       Income.ts
│       index.ts
│       Insurance.ts
│       Investment.ts
│       Loans.ts
│       Profile.ts
│       User.ts
│
└───services
        index.ts
        service.ts

Explanation of the folder structure -

  • Inside functions are the main serverless functions that would be deployed to AWS Lambda and will run when invoked by API Gateway.
  • libs are the library functions that are reused across the application.
  • models are the database models; this is how the data would be stored in the database (DynamoDB).
  • Finally, services has functions that would connect with the AWS and do operations, like CRUD operations on DynamoDB.

finease's People

Contributors

akshilvt avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.