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.
- Authentication
- Google Authorization
- Redis (for Caching)
- APIValidation
- Responsive
- Cross Platform
- Signup/signin/Logout
- Income Add/Delet/Edit
- Expense Add/Delet/Edit
- Filter by date
[https://github.com/ankitamaddheshiya/honorable-furniture-4728]
npm i --global
cd backend
npx nodemon index.js
[http://localhost:4500]
mongoURL
key
PORT
Redis Password
google_secrate_id
google_secrate_key
GET /
POST /user/signup
POST /user/login
POST /user/logout
POST /user/editprofile
POST /income/addincome
GET /income/
PATCH /income/editincome/:id
DELETE /income/delete/:id
POST /income/filterdata
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 |
---|
![](https://user-images.githubusercontent.com/112817197/229363692-70efa206-019e-4d17-91f0-372fe1a2fbcd.png)
![](https://user-images.githubusercontent.com/112817197/229363889-d5b816b9-6dbf-4cf0-839d-fd4e233fc1c4.png)
![](https://user-images.githubusercontent.com/112817197/229363794-409253a7-ccf7-4ffa-b6b3-1b7c2d874ed4.png)
![](https://user-images.githubusercontent.com/112817197/229364421-6c4bc408-1a08-4f42-8050-0189becd89c2.png)
![](https://user-images.githubusercontent.com/112817197/229364080-e4f8f2d5-a67c-45f4-99fd-c63c169accee.png)
![](https://user-images.githubusercontent.com/112817197/229366183-29dd2338-ef6d-4da3-9246-c820a790623d.png)
![](https://user-images.githubusercontent.com/112817197/229364616-6b80a814-0d2f-4332-94ca-f49dfdacdf6d.png)
![](https://user-images.githubusercontent.com/112817197/229365054-ae41d2c0-eb87-47b3-bc0d-49af3eef2bb3.png)
Demo |
---|
Deployed Link: Frontend
[https://budgetbuddy-nu.vercel.app]
Deployed Link: Backend
[https://periwinkle-catfish-cuff.cyclic.app/]
Authors |
---|