An open API service indexing awesome lists of open source software.

https://github.com/mrcoder57/gigee


https://github.com/mrcoder57/gigee

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Gigee

Gigee is a modern web application designed to facilitate the creation and management of gig-based jobs. It allows job creators to post gigs and enables freelancers to place bids on those jobs, creating a dynamic marketplace for freelance work.

![Gigee Banner](./public/images/gigee.png)

## Features

- **Job Creation**: Users can easily create and post gigs for various tasks or projects.
- **Bidding System**: Freelancers can view available gigs and place competitive bids.
- **User Profiles**: Detailed user profiles for both job creators and bidders.
- **Real-time Notifications**: Keep users informed with real-time updates on bids and gig status.
- **Image Uploads**: Leverages Cloudinary for seamless image uploads.

## Tech Stack

- **Frontend**: [Next.js 14](https://nextjs.org/)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/), [Shadcn UI](https://shadcn.dev/)
- **Backend**: [Next.js](https://nodejs.org/)
- **Database**: [MongoDB](https://www.mongodb.com/)
- **Validation**: [Zod](https://zod.dev/)
- **HTTP Client**: [Axios](https://axios-http.com/)
- **Image Hosting**: [Cloudinary](https://cloudinary.com/)

## Getting Started

### Prerequisites

- **Node.js** (v14 or higher)
- **MongoDB** (Local instance or cloud)
- **Cloudinary** account for image management

### Installation

1. Clone the repository:
```bash
git clone https://github.com/mrcoder57/gigee.git
cd gigee