The Skill-Barter Platform is a web application where users can trade skills without money. It connects people based on complementary skills and enables direct bookings and real-time messaging.
- User authentication and profiles
- Skill listings and search functionality
- Smart skill-matching system (coming soon)
- Real-time chat for negotiations
- Skill booking system with calendar slots
- User rating and review system
- Frontend: Next.js, Tailwind CSS
- Backend: Node.js, Express
- Database: MongoDB
- Authentication: JWT
- Real-time: WebSocket
# Clone the repository
git clone https://github.com/nexinovation/skill-barter-platform.git
# Navigate to the project folder
cd skill-barter-platform
# Install backend dependencies
npm install
# Navigate to frontend and install dependencies
cd frontend
npm install