In this tutorial, you’ll build a SaaS application for a job application board and deploy it on the web to your custom domain. The action function handles the POST request from the job application <Form> and then saves the resume (PDF file) to the server disk and the applicant details in the database. Create a app/routes/dashboard._index.tsx file for the dashboard home page and display all the job posts created by the logged in hiring manager.