Coder Social home page Coder Social logo

narsis77 / budget_buddy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ankitamaddheshiya/budget_buddy

2.0 0.0 0.0 2.13 MB

It is a Budget Tracking Application. Where users can track their income, expenses and budget.

Home Page: https://budgetbuddy-nu.vercel.app

JavaScript 33.40% CSS 35.88% HTML 30.72%

budget_buddy's Introduction

html

Budget Buddy is a software application that you may access from your computer, tablet or mobile device to track your finances, such as income, savings, debt payoff, or investing.

Tech Stacks Used

html CSS js nodejs express mongo npm


Features

  • Authentication
  • Google Authorization
  • Redis (for Caching)
  • APIValidation
  • Responsive
  • Cross Platform
  • Signup/signin/Logout
  • Income Add/Delet/Edit
  • Expense Add/Delet/Edit
  • Filter by date

Run Locally

Clone this Project

[https://github.com/ankitamaddheshiya/honorable-furniture-4728]

Install npm Packages

npm i --global

Go to Backend Folder

cd backend

Run Server

npx nodemon index.js

Runs the project in the development mode

[http://localhost:4500]

Environment Variables Required

mongoURL

key

PORT

Redis Password

google_secrate_id

google_secrate_key

NPM Packages

bcrypt.png cors dotenv jwt mongoose.png nodemon.png otpgen.png

API Endpoints

Home

GET  /

User Signup

POST  /user/signup

User Signin

POST  /user/login

User Logout

POST  /user/logout

User Edit Profile

POST  /user/editprofile

Income Operation

POST /income/addincome
GET /income/
PATCH  /income/editincome/:id
DELETE /income/delete/:id
POST /income/filterdata

Expense Operation

POST /expense/addexpense
GET /expense/
PATCH  /expense/editexpense/:id
DELETE /expense/delete/:id
POST /expense/filterdata

USERS DATA...

{ fname:{type:String}, lname:{type:String}, email:{type:String,require:true}, password:{type:String,required:true}, mobile:{type:Number}, avatar:{type:String}, address:{type:String}, dob:{type:Date}, createdAt:{type: Date,default: Date.now} }

Income/Expense DATA...

{
title:{type:String,required:true},
type:{type:String,required:true},
amount:{type:Number,require:true},
userID:{type:String},
method:{type:String},
createdAt:{type: Date,default: Date.now}

}

Project Highlights
Demo

Deployed Link: Frontend

[https://budgetbuddy-nu.vercel.app]

Deployed Link: Backend

[https://periwinkle-catfish-cuff.cyclic.app/]

Authors

@Akashfw

budget_buddy's People

Contributors

akashfw avatar akshaychavan010101 avatar ankitamaddheshiya avatar divyansh9058 avatar kuttu101996 avatar

Stargazers

 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.