# Ez Job

<figure><img src="https://1427565863-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwuVpDcDmZQqJGW4nltd9%2Fuploads%2Fj3cePemsxCYLdIOgbhek%2FEz%20Job%20Flutterflow.png?alt=media&#x26;token=d7f22f7c-d6b2-4b1c-b7db-1caa833c4a64" alt=""><figcaption></figcaption></figure>

## 🔗Links

&#x20;      **Template Link on FlutterFlow Marketplace**

&#x20;      **Template Link on Our Website**

&#x20;      **Preview Link**&#x20;

***

## Introduction

Looking for a top-notch solution to launch your freelance or job board quickly and efficiently? Say hello to Ez Job, a mobile template designed specifically for freelancers and employers, much like Upwork. Created by the expert team at EazyCode and built on the Flutterflow\.io platform, this template is your solution to quickly create a dynamic, user-friendly, and feature-rich mobile app.

### Who needs Ez Job?

Ez Job is perfect for anyone looking to build a seamless job board marketplace:

1. Startup Founders: Launch your freelance board with minimal development time.
2. Small Business Owners: Offer a unique platform to connect freelancers and employers.
3. Entrepreneurs: Launch your MVP quickly and validate your market assumptions.

### Why do you have to buy Ez Job?

* **Speed**: Launch the platform quickly without starting from scratch.
* **Flexibility**: Customize the template to suit your brand and specific requirements.
* **Reliability**: Built on Flutterflow\.io with full Firebase integration.

### Features that set Ez Job apart

1. Full integration with **Firebase** database: Seamlessly store, retrieve, and manage job data, users, etc.
2. Three types of users: Admin, Freelancer, Employer
3. Create job postings easily: Easily create job postings with detailed descriptions, requirements, and deadlines.

### Key Benefits

* **Mobile Design Template**: Elegant and intuitive design, ready to deploy instantly.
* **Listing Template**: Perfect for categorizing and showcasing various job openings.
* **Job Listing Template**: Specially designed for freelancers and employers to meet on a common platform.
* **Employee Listing Template**: Efficiently view and manage freelancer profiles.
* **Flutterflow Template**: Built using the powerful Flutterflow\.io for smooth functionality and optimal performance.

### Get Started Today

Ready to take your business to new heights? Don't wait! Get the **Ez Job** mobile template from EazyCode today and start building your future! Visit our website to learn more and make a purchase.

***

## Notes

{% hint style="danger" %} <mark style="color:red;">This template is not the final product. Any part of the application can be modified for different needs.</mark><br>
{% endhint %}

***

## Data Types

### User

This data type is used to store user proprieties.

| Field Name               | Data Type                                                     |
| ------------------------ | ------------------------------------------------------------- |
| `email`                  | `String`                                                      |
| `display_name`           | `String`                                                      |
| `photo_url`              | `Image Path`                                                  |
| `uid`                    | `String`                                                      |
| `created_time`           | `DateTime`                                                    |
| `phone_number`           | `String`                                                      |
| `role`                   | `Doc Reference (`[`Role`](#role)`)`                           |
| `reviews`                | `List <Doc Reference (`[`Reviews`](#reviews)`)>`              |
| `country`                | `Doc Reference (`[`Country`](#country)`)`                     |
| `languages_freelancer`   | `List <Doc Reference (`[`Languages`](#languages)`)>`          |
| `abut_your_self`         | `String`                                                      |
| `update_date`            | `DateTime`                                                    |
| `skills`                 | `List <Doc Reference (`[`Skills`](#skills)`)>`                |
| `profession`             | `Doc Reference (`[`Proffesional_Role`](#professional_role)`)` |
| `expertise_period`       | `Doc Reference (`[`Expertise`](#expertise)`)`                 |
| `experience_freelancer`  | `List <Doc Reference (`[`Experience`](#experience)`)>`        |
| `education_freelanser`   | `Doc Reference (`[`Education`](#education)`)`                 |
| `List_jobs_client`       | `List <Doc Reference (`[`Job`](#job)`)>`                      |
| `list_responses_current` | `List <Doc Reference (`[`Responses`](#responses)`)>`          |
| `Earningsavailablenow`   | `Double`                                                      |
| `blockedmoney`           | `Double`                                                      |
| `list_chat`              | `List <Doc Reference (`[`chats`](#chats)`)>`                  |
| `average_rating`         | `Double`                                                      |
| `years_of_experience`    | `Doc Reference (`[`Work_Experience`](#work_experience)`)`     |
| `education_name`         | `String`                                                      |

### Role

This data type is used to store property proprieties.

| Field Name  | Data Type |
| ----------- | --------- |
| `role_name` | `String`  |

### Professional\_Role

This data type is used to store property proprieties.

| Field Name      | Data Type |
| --------------- | --------- |
| `category_name` | `String`  |

### Skills

This data type is used to store property proprieties.

| Field Name   | Data Type |
| ------------ | --------- |
| `Skill_name` | `String`  |

### Languages

This data type is used to store property proprieties.

| Field Name      | Data Type |
| --------------- | --------- |
| `Language_name` | `String`  |

### Job

This data type is used to store property proprieties.

| Field Name                 | Data Type                                                     |
| -------------------------- | ------------------------------------------------------------- |
| `job_title`                | `String`                                                      |
| `proffesional_role`        | `Doc Reference (`[`Professional_Role`](#professional_role)`)` |
| `min_price`                | `Integer`                                                     |
| `skills_job`               | `List <Doc Reference (`[`Skills`](#skills)`)>`                |
| `expertise`                | `Doc Reference (`[`Expertise`](#experience)`)`                |
| `job_description`          | `String`                                                      |
| `responsibilities`         | `String`                                                      |
| `requirments`              | `String`                                                      |
| `conditions`               | `String`                                                      |
| `country`                  | `Doc Reference (`[`Country`](#country)`)`                     |
| `user_creator`             | `Doc Reference (`[`User`](#user)`)`                           |
| `update_date`              | `DateTime`                                                    |
| `publish`                  | `Boolean`                                                     |
| `status_job`               | `Doc Reference (`[`job_status`](#job_status)`)`               |
| `list_responses`           | `List <Doc Reference (`[`Responses`](#responses)`)>`          |
| `freelancer_response_list` | `List <Doc Reference (`[`User`](#user)`)>`                    |
| `user_executor`            | `Doc Reference (`[`User`](#user)`)`                           |
| `deadline`                 | `String`                                                      |
| `start`                    | `String`                                                      |
| `years_of_experience`      | `Doc Reference (`[`Work_Experience`](#work_experience)`)`     |

### Country

This data type is used to store property proprieties.

| Field Name    | Data Type |
| ------------- | --------- |
| `countr_name` | `String`  |

### Reviews

This data type is used to store property proprieties.

| Field Name       | Data Type                             |
| ---------------- | ------------------------------------- |
| `description`    | `String`                              |
| `rating`         | `Integer`                             |
| `sender_user`    | `DoDoc Reference (`[`User`](#user)`)` |
| `recipient_user` | `Doc Reference (`[`User`](#user)`)`   |

### Experience

This data type is used to store property proprieties.

| Field Name     | Data Type                           |
| -------------- | ----------------------------------- |
| `position`     | `String`                            |
| `organization` | `String`                            |
| `to_date`      | `Boolean`                           |
| `user`         | `Doc Reference (`[`User`](#user)`)` |
| `description`  | `String`                            |
| `start`        | `String`                            |
| `end`          | `String`                            |

### Expertise\*

This data type is used to store property proprieties.

| Field Name    | Data Type           |
| ------------- | ------------------- |
| `name`        | `String`            |
| `city`        | `String`            |
| `country`     | `String`            |
| `images`      | `List <Image Path>` |
| `price`       | `Integer`           |
| `description` | `String`            |

### Education

This data type is used to store property proprieties.

| Field Name    | Data Type           |
| ------------- | ------------------- |
| `name`        | `String`            |
| `city`        | `String`            |
| `country`     | `String`            |
| `images`      | `List <Image Path>` |
| `price`       | `Integer`           |
| `description` | `String`            |

### job\_status

This data type is used to store property proprieties.

| Field Name    | Data Type           |
| ------------- | ------------------- |
| `name`        | `String`            |
| `city`        | `String`            |
| `country`     | `String`            |
| `images`      | `List <Image Path>` |
| `price`       | `Integer`           |
| `description` | `String`            |

### responses

This data type is used to store property proprieties.

| Field Name    | Data Type           |
| ------------- | ------------------- |
| `name`        | `String`            |
| `city`        | `String`            |
| `country`     | `String`            |
| `images`      | `List <Image Path>` |
| `price`       | `Integer`           |
| `description` | `String`            |

### responses\_status

This data type is used to store property proprieties.

| Field Name    | Data Type           |
| ------------- | ------------------- |
| `name`        | `String`            |
| `city`        | `String`            |
| `country`     | `String`            |
| `images`      | `List <Image Path>` |
| `price`       | `Integer`           |
| `description` | `String`            |

### chat\_messages

This data type is used to store property proprieties.

| Field Name    | Data Type           |
| ------------- | ------------------- |
| `name`        | `String`            |
| `city`        | `String`            |
| `country`     | `String`            |
| `images`      | `List <Image Path>` |
| `price`       | `Integer`           |
| `description` | `String`            |

### chats

This data type is used to store property proprieties.

| Field Name    | Data Type           |
| ------------- | ------------------- |
| `name`        | `String`            |
| `city`        | `String`            |
| `country`     | `String`            |
| `images`      | `List <Image Path>` |
| `price`       | `Integer`           |
| `description` | `String`            |

### Work\_Experience

This data type is used to store property proprieties.

| Field Name    | Data Type           |
| ------------- | ------------------- |
| `name`        | `String`            |
| `city`        | `String`            |
| `country`     | `String`            |
| `images`      | `List <Image Path>` |
| `price`       | `Integer`           |
| `description` | `String`            |

***

<div align="left"><figure><picture><source srcset="https://1427565863-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwuVpDcDmZQqJGW4nltd9%2Fuploads%2FR9bC1eegBL8tCGd6io8A%2FGroup%2032.png?alt=media&#x26;token=55b77104-bf32-4adc-a56d-fafb56b2f36e" media="(prefers-color-scheme: dark)"><img src="https://1427565863-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwuVpDcDmZQqJGW4nltd9%2Fuploads%2FOmA8OIR6KMcPc4Kd8oZW%2Fimage.png?alt=media&#x26;token=d8d79fa2-356b-4dd7-a687-fc59b1c965b3" alt="" width="188"></picture><figcaption></figcaption></figure></div>

The template is sold as is, although additional modifications can be discussed. Feel free to contact us for any inquiries and we’ll be happy to find a solution for your ideas – <http://eazycode.com/>

**Hire us:**

<img src="https://1427565863-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwuVpDcDmZQqJGW4nltd9%2Fuploads%2FnhRM38XquaMB7rEGRZF5%2Fimage.png?alt=media&#x26;token=94debb70-7346-48cc-8e7a-ddac3b68cc70" alt="" data-size="line"> <https://www.fiverr.com/share/qQoDQZ>\ <img src="https://1427565863-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwuVpDcDmZQqJGW4nltd9%2Fuploads%2FUnmo0SgqtdtObJcWnXKG%2Fimage.png?alt=media&#x26;token=84a44ee4-c963-4409-ab03-5e03da5f9917" alt="" data-size="line"> <https://www.upwork.com/freelancers/~01c1a4cbef44ecb5f1>\
\
**Follow us:**

<img src="https://1427565863-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwuVpDcDmZQqJGW4nltd9%2Fuploads%2FY27NTLRLjxmS860b2LuF%2Fimage.png?alt=media&#x26;token=de978886-fe93-45d9-9aa2-dbe633c9c900" alt="" data-size="line"> <https://www.facebook.com/eazycode>\ <img src="https://1427565863-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwuVpDcDmZQqJGW4nltd9%2Fuploads%2FJxNkIN1XL49rJ0d1PW4h%2Fimage.png?alt=media&#x26;token=6bc2d54b-741e-4327-895e-c9d256e29cfc" alt="" data-size="line"> <https://twitter.com/ezcode_official>  \ <img src="https://1427565863-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwuVpDcDmZQqJGW4nltd9%2Fuploads%2FDIjJ2ERcrlmbdSWhRNBd%2Fimage.png?alt=media&#x26;token=0a8166ae-162e-4fcb-bef6-e458c760fee7" alt="" data-size="line"> <https://www.instagram.com/eazycodecom/>\ <img src="https://1427565863-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwuVpDcDmZQqJGW4nltd9%2Fuploads%2F0K22Xx5JDxzKfhXJkmSi%2Fimage.png?alt=media&#x26;token=90af72e3-5fcc-4ea2-baf6-56525f3e1e6a" alt="" data-size="line"> <https://www.linkedin.com/company/eazycodecom/>
