Skip to content

kashikaga/FinTrak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinTrak Application

image



Chatbot Implementation

image

The Wallet Application is a full-stack web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js) that allows users send money, request money, add balance, accept payment, accept payment requets. It provides a user-friendly interface for organizing transactions and gaining insights into spending habits.

Technologies Used

Front-end: The user interface is developed using React.js initialized using vite, a popular JavaScript library for building dynamic web applications. for front end data management redux-toolkit is also used.

Back-end: The server-side of the application is built with Node.js and Express.js, providing a scalable and robust foundation.

Database: MongoDB is utilized as the NoSQL database to store and retrieve financial data efficiently.

API Integration: used cloudinary service is also used to manage user media's

Installation and Usage

To install and run the Wallet Application locally, follow these steps:

Step 1: Clone the repository

git clone <repository url>

Step 2: Install dependencies

Navigate to the project root and install the necessary dependencies for root, wallet-client and wallet-app-backend:

npm install 

cd frontend
npm install

cd backend
npm install

after installation navigate to root and run:

npm run dev

Step 3: Configure the environment variables

  • create .env in root and add following variables
MONGO_URI=<your-mongo-uri>
JWT_SECRET=<jwt-secret>
CLOUDINARY_NAME=<cloudinary-name>
CLOUDINARY_API_KEY=<cloudinary-api-key>
CLOUDINARY_API_SECRET=<cloudinary-api-secret>
VITE_URL=<link>

Features

  • user login
  • user register
  • user logout
  • user dashboard
  • profile update
  • send money
  • receive money
  • money request
  • view send transactions
  • view received transactions
  • view money requests send from other users
  • accept money request and pay amount
  • pay later for money request
  • deny for money request
  • add balance to our account
  • verify user after registration (ADMIN)

API docs

to view api docs click here

About

FinTrak System is a web application dealing with the handling of virtual money and the transactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors