Skip to content

joseangelcrn/InfoJovs_front

Repository files navigation

InfoJovs (v of Vue) || Frontend of InfoJovs_back

An infojobs app based (in progress..)


An application with two main roles ( Recruiter and Employee ) where you can offer jobs if you are Recruiter or to apply for jobs if are an Employee.

Recruiter

  • You can create offers
  • You can close your offers
  • See how many employees have applied to the offer
  • Change status of candidatures for employees who are applied in your own offers

Employee

  • You can apply offers
  • See your candidatures status
  • You can create a dynamic CV who recruiters will be able to see to get more information about your professional profile
  • You can search jobs filtering by different fields

Setup

.Env

You must configure .env file by replacing VUE_APP_HOST_BACKEND for your Infojovs_back host. Example:

Example:

VUE_APP_HOST_BACKEND="http://localhost:8686/api" 

Run

cd InfoJovs_front
npm install
npm run serve

Images

Login

login

My profile ( as employee )

image

My Jobs ( as employee )

my_jobs

Search Jobs ( as employee )

search_jobs

Offer a Job ( as recruiter )

offer_jobs