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
IF YOU HAVE A CRITICAL OR PRODUCTION ISSUE INCLUDING ACCOUNT ACTIVATION, go to https://support.rapyd.net, or if you can't access the Rapyd Client Portal, please send an email to support@rapyd.net.
However, if you have an API question or want to learn more about transacting in the Rapyd Sandbox environment.
- Read the docs
- Send us an email
- Post a topic in community
- Follow us on Twitter at @RapydDevs
- Join us on Discord
Feel free to fork the repository and make changes. Pull requests are welcome.