You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A RESTful backend API for a job board platform that connects job seekers with UK employers who offer visa sponsorship. Built to solve a real problem, finding sponsored roles in the UK is time consuming and scattered across multiple platforms. SponsorMe puts them all in one place.
About the Project
SponsorMe is a full-featured job board API built for the UK market. It focuses specifically on roles that meet the £38,700 Skilled Worker visa salary threshold, helping international job seekers quickly identify which opportunities are eligible for visa sponsorship. Employers can post jobs, job seekers can apply and save roles, and admins can manage the entire platform.
The project is currently live with the backend deployed on Render and the frontend being built separately.
SponsorMe is my second backend project and a significant step up from TBlog in complexity. Building it taught me how to implement file uploads with Multer, send automated emails with Nodemailer, design a more complex relational database with seven tables, implement dynamic filtering and pagination, handle ownership checks properly across multiple routes and structure a larger codebase cleanly using the route, controller, service pattern. I also went through a thorough code review process that taught me the importance of secure configuration, consistent response patterns and defensive programming.