Skip to content

0xluckycoder/budgetbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Click here for a Preview

Purpose of this application is to allow users to track their expenses and incomes

✨ Features


  • Easily manage expenses/incomes over multiple accounts
    • ex - (bank / personal / investment)
  • Easy to setup and integrate
  • Free managed system for non-developers (coming soon)
  • Sort incomes/expenses based on different time periods
  • Different charts to visualize data
  • Low management because most of the infrastructure is cloud based
  • No Ads

🚀Getting Started


Install frontend dependencies

cd ./client && npm install

Install backend dependencies

cd ./server && npm install

Setup .env File

First you need a AWS IAM account with cognito pool and s3 bucket. you could call your cognito pool & s3 bucket whatever the name you want. just make sure to update appropriate values on .env file.

I'm using mongodb cloud as the database. you can easily setup your mongodb account by visiting to this link

MONGO_USER=
MONGO_PASSWORD=
AWS_REGION=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_S3_BUCKET_NAME=
AWS_COGNITO_APP_CLIENT_ID=
AWS_USER_POOL_ID=

🛠️Technologies


Following are the main technologies that i've used. you can find more about dependencies by locating to package.json file on each client and server directories.

Front end

  • Figma UI
  • React
  • Redux RTK
  • Ant Design
  • Sass
  • recharts (D3 based)
Front end File Structure

Detailed guide for the frontend architecture can be found here

src/
├─ assets/
├─ components/
│  ├─ layout
│  │  ├─ Layout.js
│  ├─ router/
│  │  ├─ RouterName.js
│  ├─ GlobalComponent
│  │  ├─ GlobalComponent.js
│  │  ├─ GlobalComponent.scss
├─ store/
│  ├─ user/
│  │  ├─ user.slice.js
│  ├─ store.js
├─ utils/
├─ views/
│  ├─ Home/
│  │  ├─ HomePage/
│  │  │  ├─ HomePage.js
│  │  │  ├─ HomePage.scss
│  │  ├─ HomeComponent/
│  │  │  ├─ HomeComponent.js
│  │  │  ├─ HomeComponent.scss
App.js
app.scss

Back end

  • Node / Express
  • AWS Cognito
  • AWS S3
  • MongoDB
Back end File Structure

Detailed guide for the backend architecture can be found here

src/
├─ controllers/
│  ├─ userController.js
├─ database/
│  ├─ user.js
├─ images/
├─ models/
│  ├─ UserEntry.js
├─ services/
│  ├─ userService.js
├─ utils/
├─ v1/
│  ├─ api
|  |  ├─ userRoutes.js/
index.js
middlewares.js

📜License


Budgetbook is an MIT-licensed open source project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages