Skip to content

Proo2005/gigflow_back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GigFlow Backend

This is the backend for GigFlow, a platform connecting clients with freelancers.
It is built with Node.js, Express, and MongoDB.


Demo

The backend is live at: https://gigflow-back.onrender.com

API endpoints can be tested with tools like Postman or directly via frontend requests.


Links


.env

MONGO_URI=your_mongodb_connection_string JWT_SECRET=your_jwt_secret PORT=5000


Run the server

npm run dev

node server.js


Features

  • 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

Getting Started

1. Clone the repository

git clone https://github.com/yourusername/gigflow-back.git
cd gigflow-back

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors