create a career website for our startup1 Public page for listing jobs and applying with login with Google2 User dashboard3 Admin dashboardFirst prepare the documentDomain name : https://careers.myrestotoday.io/If you want to apply for the job, it is mandatory to create an account using Google with loginJob titleNumber of openingsCountry and languageLocationJob typeExpected hours per weekPayBenefitsJob descriptionQualificationsRequire CVApplication deadlineEmployee (Information to be collected)Profile ImageNameDOBAddressDistrict (Admin must show when adding)Local Area & Address and PincodeLINKEDIN LinkMobile NumberEmail IDUpload CVAdd in User DashboardAdd Skills (Multiple Support)Add Experience (Multiple Support)
I'll help you create a comprehensive career website for your startup. Let me first prepare the documentation and then build the application.
Domain: https://careers.myrestotoday.io/ Purpose: Career portal for startup job listings and applications
Now let me build the application:
To configure the generation, complete these steps:
The error indicates that the database tables haven't been created yet. Let me fix this by updating the SQL script and ensuring the tables are properly created.
The main issues were:
To fix this:
001-initial-schema.sql
) in your Supabase SQL editor002-verify-setup.sql
)Check your environment variables are properly set:
NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY
NEXT_PUBLIC_SITE_URL
The updated script now includes:
After running the SQL script, you should see 4 sample jobs on the homepage!
To configure the generation, complete these steps: