/Professional-Networking-Platform

A professional networking platform for students, teachers, and businesses. Built with Django/Python for backend and HTML5/CSS for frontend. Facilitates profile creation, class management, project showcasing, and business connections.

Primary LanguageHTMLMIT LicenseMIT

Professional Networking Platform

Welcome to our Professional Networking Platform repository!

About

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.

Features

  • 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.

Installation

  1. Clone the repository to your local machine.
  2. Install dependencies using npm install (for frontend) and pip install -r requirements.txt (for backend).
  3. Configure the database settings in settings.py.
  4. Run migrations using python manage.py migrate.
  5. Start the development server with python manage.py runserver.

Usage

  • 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.

Contributing

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.

License

This project is licensed under the MIT License.