This is the backend for GigFlow, a platform connecting clients with freelancers.
It is built with Node.js, Express, and MongoDB.
The backend is live at: https://gigflow-back.onrender.com
API endpoints can be tested with tools like Postman or directly via frontend requests.
- Open Frontend in your browser to see the result.
- Open Backend in your browser to see the result.
- Check the Frontend Repo.
MONGO_URI=your_mongodb_connection_string JWT_SECRET=your_jwt_secret PORT=5000
npm run dev
node server.js
- User authentication (signup/login) with JWT
- Role-based access: Client and Freelancer
- CRUD operations for Jobs/Gigs
- Freelancer search
- Assigning jobs and managing bids
- Secure password hashing
- RESTful API design
git clone https://github.com/yourusername/gigflow-back.git
cd gigflow-back