Skip to content

owanemi/gig-sui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIG SUI: Decentralized GIG Economy on Sui Blockchain

Submitted for the Sui on Campus University of Port Harcourt Bounty

GIG SUI is a decentralized gig economy platform powered by the Sui blockchain. It allows users to post jobs, complete tasks, and handle payments securely and transparently. Completed jobs are minted as NFTs, providing a unique and verifiable representation of work done.


How to Run GIG SUI Locally

To run GIG SUI locally, follow these steps:

Clone the Repository

Open your VS Code terminal and run the following command:

git clone https://github.com/owanemi/gig-sui.git

Running the backend locally

  1. Open a terminal

  2. Navigate to the backend directory:

    cd gig-sui/backend
  3. Install the necessary dependencies:

    npm install
  4. Start the backend server:

    node server.js

The backend server will start on http://localhost:8080

Running the frontend locally

  1. Open a new terminal (do not close the terminal running the backend).

  2. Navigate to the frontend directory:

    cd gig-sui/frontendd
  3. Install the necessary dependencies:

    npm install
  4. Start the frontend server:

    npm start

The frontend server will start on http://localhost:3000

About

A Decentralized gig economy built on Sui blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published