https://github.com/mrcoder57/gigee
https://github.com/mrcoder57/gigee
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrcoder57/gigee
- Owner: mrcoder57
- Created: 2024-07-09T12:44:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T01:53:26.000Z (over 1 year ago)
- Last Synced: 2025-03-27T12:46:22.071Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://gigee.vercel.app
- Size: 5.43 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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