https://github.com/onnesok/hire_me
HireMe is a mobile application that bridges the gap between underprivileged workers and the IT world, empowering them with more job opportunities. It also simplifies hiring for users by offering a wide range of services in one app.
https://github.com/onnesok/hire_me
express-js flutter mongodb
Last synced: about 1 month ago
JSON representation
HireMe is a mobile application that bridges the gap between underprivileged workers and the IT world, empowering them with more job opportunities. It also simplifies hiring for users by offering a wide range of services in one app.
- Host: GitHub
- URL: https://github.com/onnesok/hire_me
- Owner: Onnesok
- Created: 2024-11-18T18:38:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T19:32:26.000Z (5 months ago)
- Last Synced: 2025-01-02T20:27:44.671Z (5 months ago)
- Topics: express-js, flutter, mongodb
- Language: Dart
- Homepage:
- Size: 3.87 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HireMe: Connecting People to Opportunities
**HireMe** is a mobile application that bridges the gap between underprivileged workers and the IT world, empowering them with more job opportunities. It also simplifies hiring for users by offering a wide range of services in one app.
## 🛠️ **Tech Stack**
- **Frontend**: Flutter
- **Backend**: Node.js, Express.js
- **Database**: MongoDB Atlas---
## 🗃️ **Backend** :
[Backend Here](https://github.com/Onnesok/hireme_api)
## Demo
| Home (Dark) | Home (light) | Profile page |Login page |Help Page|Booking|Admin privilege|
|------------|-----------------|--------------------|--------------------|--------------------|--------------------|--------------------|
| |  |  |  |  |  | ## File structure
```tree
Onnesok-hire_me/
├── README.md
├── .env
├── assets/
│ ├── Icon/
│ ├── banner/
│ ├── mockups/
│ └── ui/
├── lib/
│ ├── AdminControlPage.dart
│ ├── admin_page.dart
│ ├── cart_page.dart
│ ├── customer_page.dart
│ ├── employee_page.dart
│ ├── help_page.dart
│ ├── home.dart
│ ├── main.dart
│ ├── search_page.dart
│ ├── api/
│ │ └── api_root.dart
│ ├── controller/
│ │ ├── Edit_profile_controller.dart
│ │ ├── banner_controller.dart
│ │ ├── change_password_controller.dart
│ │ ├── login_controller.dart
│ │ ├── map_page_controller.dart
│ │ ├── notification_page_controller.dart
│ │ ├── profile_page_controller.dart
│ │ ├── registration_controller.dart
│ │ ├── service_booking_page1_controller.dart
│ │ └── service_booking_page2_controller.dart
│ ├── model/
│ │ ├── Edit_profile_model.dart
│ │ ├── banner_model.dart
│ │ ├── change_password_model.dart
│ │ ├── login_model.dart
│ │ ├── map_page_model.dart
│ │ ├── notification_page_model.dart
│ │ ├── profile_page_model.dart
│ │ ├── registration_model.dart
│ │ ├── servicce_booking_page1_model.dart
│ │ └── service_booking_page2_model.dart
│ ├── service/
│ │ ├── local_notification.dart
│ │ ├── login_api_service.dart
│ │ ├── permissions_page.dart
│ │ ├── profile_provider.dart
│ │ └── themeprovider.dart
│ ├── theme/
│ │ └── app_theme.dart
│ ├── view/
│ │ ├── Edit_profile_view.dart
│ │ ├── banner_list_view.dart
│ │ ├── change_password_view.dart
│ │ ├── login_view.dart
│ │ ├── map_page_view.dart
│ │ ├── notification_page_view.dart
│ │ ├── profile_page_view.dart
│ │ ├── registration_view.dart
│ │ ├── service_booking_page1_view.dart
│ │ └── service_booking_page2_view.dart
│ └── widgets/
│ ├── appbar_home_widget.dart
│ ├── bottom_appbar.dart
│ ├── custom_bottom_sheet.dart
│ ├── custom_input_field.dart
│ ├── home_ItemGridView_widget.dart
│ └── theme_selector.dart```
For updated file structure use ``gitingest``
## Follow me ?
## 🚀 **How to Get Started**
**Clone the Repository**
```bash
git clone https://github.com/your-repo/hireme.git
cd hireme
```
Install dependencies and run :
```bash
flutter pub get
flutter run
```