Skip to content

mfarook/job_portal_fast_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

job_portal_fast_api

get all jobs

method: get

end url: http://127.0.0.1:8000/jobs/

create jobs

method: post

end url: /jobs

request body: { "job_role": "string", "salary": int, "job_location": "string" }

Delete jobs based on id

method: delete

end url: /jobs/{job_id}

get job by id

method: get

end url: http://127.0.0.1:8000/jobs/2

apply job based on id

method: post

end url: /jobs/{job_id}/apply/{canditate_id}

request body: { "job_id": int, "canditate_id": int }

view applied jobs

method: get

end url: http://127.0.0.1:8000/appliedjobs/

get canditates

method: get

end url: http://127.0.0.1:8000/canditates

sign up canditates

method: post

end url: /canditates

request_body: { "name": "string", "email": "string" }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages