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.
To run GIG SUI locally, follow these steps:
Open your VS Code terminal and run the following command:
git clone https://github.com/owanemi/gig-sui.git
-
Open a terminal
-
Navigate to the backend directory:
cd gig-sui/backend
-
Install the necessary dependencies:
npm install
-
Start the backend server:
node server.js
The backend server will start on http://localhost:8080
-
Open a new terminal (do not close the terminal running the backend).
-
Navigate to the frontend directory:
cd gig-sui/frontendd
-
Install the necessary dependencies:
npm install
-
Start the frontend server:
npm start
The frontend server will start on http://localhost:3000