Skip to content

Rapyd-Samples/gig-economy-payment-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gig Economy Payment App

Overview

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.

Repositories

  • Frontend: Built with Next.js, TypeScript, and Tailwind CSS.

  • Backend: Built with Node.js, Express, and TypeScript.

Features

  • User Authentication
  • Profile Management
  • Payment Methods Management
  • Request Payments
  • View Payments

Installation

  1. Clone the repository: git clone https://github.com/officialsamtech/gig-economy-payment-app.git
  2. Install dependencies: npm install

Backend

  1. Navigate to /backend
  2. Create a .env file (refer to .env.example)
  3. Run: npm run dev

Frontend

  1. Navigate to /frontend
  2. Run: npm run dev

API Endpoints (Backend)

  • Check /backend Readme

Resources

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.

Contributing

Feel free to fork the repository and make changes. Pull requests are welcome.

Languages

  • TypeScript 99.4%
  • Other 0.6%