Follow these steps to set up Payzing on your local machine:
Ensure you have Node.js and npm installed on your system. You can download Node.js from here.
Open your terminal and clone the Payzing repository:
git clone https://github.com/yourusername/payzing.git
Navigate into the project directory:
cd payzing/frontend
Install the project dependencies using npm:
npm install
This command installs all the necessary packages listed in the package.json
file, including React, Vite, and other dependencies.
Start the development server:
npm run dev
This command runs the Vite development server, which will automatically open your default web browser to the application.
To set up the backend for Payzing, follow these steps:
Ensure you have Node.js and npm installed on your system. You can download Node.js from here.
Open your terminal and clone the Payzing repository:
git clone https://github.com/yourusername/payzing.git
Navigate into the backend directory:
cd payzing/backend
Install the project dependencies using npm:
npm install
This command installs all the necessary packages listed in the package.json
file, including Express, CORS, and other dependencies.
Create a .env
file in the root of the backend
directory and add your environment variables. For example:
PORT=3001
Start the development server:
npm run dev
This command runs the server using Nodemon, which will automatically restart the server whenever you make changes to the code.
- Kathan Dave (@KathanrDave)
- Vatsalkayastha (@Vatsalkayastha)
- Kaival Shah (@Kingk-130303)
- Patel Divy (divy042000)
- Kathan Thakkar (@kathan07)
Payzing is licensed under the MIT License. See the LICENSE file for more details.