Code Monkey home page Code Monkey logo

flutter-mobileapp-job-vacancy's Introduction

Title Of The Project

	Job-vacancy

Group Members

	|------------------------------------------------------------|
	|     Name                 |     ID            |     Section |
	|--------------------------|-------------------|-------------|
	|  1. Samuel Abatneh       |   UGR/7229/12     |         1   |
	|  2. Sefineh Tesfa        |  UGR/2844/12      |         1   |
	|  3. Yeabsira Tekuamwork  |   UGR/9192/12     |         2   |
	|  4. Hayat Ebrahim        |   UGR/1897/12     |         1   |
	|------------------------------------------------------------|

About The App

 we are choosing to build a mobile app for job vaccancy. In short, what our app will do is to easily 
 meet the the employee and the employer.

Our project is a job vacancy Mobile App with flutter that allow
	1, The organizations to post the job so that they will get the best employee.
	2, The jobseekers to visit the job posted so that they get information esily.
	3, The admin will verify the organization.
	4, The admin will controll the  action of organizationies and the jobseekers.

User Types

	1. Admin
	2. Organization
	3. Jobseeker

Business Features

	1, Allow the organization to post the job. CRUD operation: create job ["POST"], read jobs ["GET"], update job ["PUT"]
	   and delete job ["DELETE"]
	2, Allow the jobseekers to view jobs, follow the organization so that they get the job posted by that organization, unfollow 
	   organization. CRUD operation: follow the organization ["POST"],  view jobs ["GET"],  unfolllow the organization ["DELETE"] and
	   update the profile of the jobseeker ["UPDATE"]

Languages And Frameworks Used

	1. Flutter - Dart
	2. Django as back-end
	3. HTML, CSS, and Javascript
	4. MySQL database as a backend

Roles And Their Previllage

	|---------------+----------------------------------------------|
	| Role     	|       	Action	                       |
	|---------------+----------------------------------------------|
	| Admin         | Controll the organization and the job seeeker|
	|---------------+----------------------------------------------|
	| organization  | Post Job                                     |
	|		| View Jobs                        `	       |
	|               | Update Job                                   |
	|               | Delete Job                                   |
	|---------------+----------------------------------------------|
	| Jobseeker     | View posted jobs                             |
	|               | Follow the organization                      |
	| 		| Unfollow the organization                    |
	|---------------+----------------------------------------------|
	

Authentication/Authorization Feature

Our app will have sign up, login and logout use case so that unauthenticated user can join or leave. 
The app also has autherization too, so that specific user will have a specific privillage. 
- Different usercase and the Authentication and Autherization explained hereunder.
|-------------------------------+----------------------------------------------|---------------------------------|
| Actions                       | Authentication                               | Autherization		         |
|                               |                                              |                                 |
|-------------------------------+----------------------------------------------+---------------------------------|
| Delete organization           | Authenticated                                | Admin only	                 |
|-------------------------------+----------------------------------------------+---------------------------------|
| Delete Jobseeker              | Authenticated                                | Admin only                      |
|-------------------------------+----------------------------------------------+---------------------------------|
| Post Job			| Authenticated                                | organization only               |
|-------------------------------+----------------------------------------------+---------------------------------|
| Update Job			| Authenticated                                |The organization that post the job|
|-------------------------------+----------------------------------------------+---------------------------------|
| Delete Job                    | Authenticated                                | The organization that post      |
|                               |                                              | the job or Admin                |
|-------------------------------+----------------------------------------------+---------------------------------|
| View Jobs                     | Anybody                                      | Anybody                         |
|-------------------------------+----------------------------------------------+---------------------------------|
| Follow the organization       | Authenticated                                | Jobseeker only                  |
|-------------------------------+----------------------------------------------+---------------------------------|
| Unfollow the organization     | Authenticated                                | Jobseeker only                  |
|-------------------------------+----------------------------------------------+---------------------------------|

Some tips to run the back-end part

	1, clone the project
	2, open the backend folder
	3, pip install -r requirements.txt
	4, python3 manage.py runserver

flutter-mobileapp-job-vacancy's People

Contributors

samiabat avatar sefinehtesfa34 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.