Welcome to our Professional Networking Platform repository!
This project aims to create a comprehensive web platform for students, teachers, and businesses to connect, collaborate, and explore professional opportunities within an academic setting.
- User Profiles: Create and customize profiles to showcase skills and experiences.
- Class Management: Teachers can manage classes, upload resources, and schedule events.
- Project Showcase: Students can display their projects and achievements.
- Business Networking: Companies can browse student profiles and connect for potential collaborations or recruitment.
- Secure Communication: Built-in chat system for private and secure communication between users.
- Clone the repository to your local machine.
- Install dependencies using
npm install
(for frontend) andpip install -r requirements.txt
(for backend). - Configure the database settings in
settings.py
. - Run migrations using
python manage.py migrate
. - Start the development server with
python manage.py runserver
.
- Access the application through a web browser at
http://localhost:8000
. - Sign up for an account as a student, teacher, or company.
- Explore the platform features based on your role.
- Connect and engage with other users and businesses for networking opportunities.
We welcome contributions from the community! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.