Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.78 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.78 KB

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.