This project consists of a frontend and backend application designed to facilitate payments in a gig economy setup. It leverages the Rapyd Disburse API for various payment functionalities.
-
Frontend: Built with Next.js, TypeScript, and Tailwind CSS.
-
Backend: Built with Node.js, Express, and TypeScript.
- User Authentication
- Profile Management
- Payment Methods Management
- Request Payments
- View Payments
- Clone the repository:
git clone https://github.com/officialsamtech/gig-economy-payment-app.git
- Install dependencies:
npm install
- Navigate to
/backend
- Create a
.env
file (refer to.env.example
) - Run:
npm run dev
- Navigate to
/frontend
- Run:
npm run dev
- Check
/backend
Readme
Feel free to fork the repository and make changes. Pull requests are welcome.