TheMohit2003 / Google-Solution-Challenge-Frontend

ServiMatch: Bridging the Gap Between Service Issuers and Vendors. A PERM stack solution (PostgreSQL, Express, React, Node) designed for seamless job matchmaking. Register as an issuer to create service bids, or join as a vendor to apply. Efficient, straightforward, and tailored for the Indian market.
https://servimatch-9e5a1.uc.r.appspot.com
0 stars 2 forks source link
google-solution-challenge-2024 googlecloud react redux tailwindcss

Google solution challenge 2024

Introduction

This Service Marketplace Platform connects service providers (vendors) with customers (issuers) who need services. It supports service listings, bidding, and interest expression functionalities.

![alt text](</public/User Flow Diagram for Service Bidding Web Application.png>)

Features

Project Architecture

Dependencies

Setup and Installation

  1. Clone the repository
git clone https://github.com/TheMohit2003/Google-Solution-Challenge-Frontend.git
cd Google-Solution-Challenge-Frontend
  1. Install dependencies

-cd into project folder


npm install
  1. Set up the .env
cp   .env.example   .env
  1. Start the server
npm run dev

Environment Variables

Create a .env file in the root directory with the following variables:

Screenshots