Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 416 Bytes

routes.md

File metadata and controls

19 lines (15 loc) · 416 Bytes

#/uploads

  • will handle all file uplaods

#/jobposts

  • will handle the job lists form the home page
  • will handle individual job post requests

#/register

  • will handle user registration
  • will also handle company creation

#/user

  • should handle all auth issues
    • like login in
    • and checking url ID with user id

#/employer

  • should handle all job CRUD operations
  • should handle all applicant requests