Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.76 KB

README.md

File metadata and controls

69 lines (37 loc) · 1.76 KB

JobHub Platform

Overview

Welcome to the JobHub Platform, a sophisticated application meticulously crafted using Flutter for the frontend and Node.js for a robust backend. The platform is designed to revolutionize the way job seekers connect with prospective employers and engage in insightful career discussions.

Key Features

Onboarding, Login, and Register Screens

Streamlined onboarding processes ensure a seamless initiation into your job-hunting journey.

Job Search Screen

A sophisticated Job Search Screen, leveraging MongoDB Atlas and the Realm Node.js SDK's MongoDB client and Query API for an enhanced job search experience.

Chatting Screen

Real-time chat functionality utilizing Socket.io, facilitating seamless communication and negotiation between candidates and employers.

Usage

To run the app locally, ensure you have Flutter installed and configured. Clone this repository, navigate to the project directory, and run the following command:

  • flutter pub get
  • flutter run
  • flutter doctor

Installation

Technologies Used

  • Flutter
  • Google's UI Toolkit
  • Node.js
  • MongoDB Atlas
  • Realm Node.js SDK
  • Socket.io

Contribution

Contributions are welcome! Please feel free to submit a pull request or open an issue for bug fixes, new features, or improvements. Follow these steps:

Fork the repository Create a new branch: git checkout -b feature-your-feature Make your changes and commit them: git commit -m 'Add new feature' Push to the branch: git push origin feature-your-feature Submit a pull request

License