Git Product home page Git Product logo

mern-stack-wallet-app's Introduction

Wallet Application

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 <repositoru 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=https://mern-wallet-two.onrender.com

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
  • add balance to our account
  • verify user after registration (ADMIN)

API docs

to view api docs click here

deployed version

video explanation

live video explanation click here

mern-stack-wallet-app's People

Contributors

mrarthor avatar

Watchers

 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.