Skip to content

A modern banking platform with a user-friendly interface, enabling seamless money transfers through an easy two-step process and user search functionality.

Notifications You must be signed in to change notification settings

Thanisha23/PayBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayBuddy

PayBuddy

A modern banking platform with a user-friendly interface, enabling seamless money transfers through an easy two-step process and user search functionality.

Technology used:

React TailwindCSS Typescript Zod Badge MongoDB NodeJS ExpressJS

Project Setup

  1. Clone the repository
git clone https://github.com/Thanisha23/PayBuddy.git
  1. Navigate to the project directory and install dependencies for the backend
cd PayBuddy
cd backend
pnpm install
  1. Create a file named .env.local in the root directory of your project.
  2. Add the following lines to the .env.local file:
   MONGO_URL=your-mongodb-url
   JWT_SECRET=your-secret-key
   PORT=3000
   FRONTEND_URL='http://localhost:5173'
  1. Start the backend server
pnpm run dev
  1. In a new terminal, navigate to the frontend directory and install the dependencies
cd ../frontend
pnpm install
  1. Update the .env file with the backend URL
cp .env.sample .env
VITE_BACKEND_URL=http://localhost:3000/api/v1
  1. Start the frontend development server
pnpm run dev

More better projects to come soon!😁👀

Made by Thanisha Belchada

About

A modern banking platform with a user-friendly interface, enabling seamless money transfers through an easy two-step process and user search functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published