A Django-based freelance marketplace platform where clients can post jobs, freelancers can apply, and both can manage their profiles — built as a group project.
🔗 Deployed on Render (currently suspended)
| Name | GitHub |
|---|---|
| Nazmuz Saif | Nazmuz-Saif |
| MominRifat | MominRifat |
Forked from the original team repository: MominRifat/skillbridge
- 👤 User Authentication — Register, login, profile management
- 💼 Job Listings — Post, browse, and apply for freelance jobs
- 🔍 Find Talents — Clients can search and discover freelancers
- 📊 Dashboard — Personalized dashboard for clients & freelancers
- 📱 Responsive UI — Mobile-friendly navbar and layout
skillbridge/
├── core/ # Base config, home
├── users/ # Auth, profiles
├── jobs/ # Job post & apply
├── dashboard/ # User dashboard
├── messaging/ # Messaging system
├── reviews/ # Review system
└── templates/ # All HTML templates
# Clone the repository
git clone https://github.com/Nazmuz-Saif/skillbridge.git
cd skillbridge
# Install dependencies
pip install -r requirements.txt
# Run migrations
python manage.py migrate
# Start server
python manage.py runserverThen open http://127.0.0.1:8000 in your browser.
Nazmuz Saif 🌐 nazmuzsaif.onrender.com 💼 LinkedIn 🐙 GitHub