This dynamic app showcases the implementation of React, GraphQL, and MongoDB, hosted on Heroku. It represents the successful culmination of our boot camp journey, highlighting our skills and dedication to creating impactful, practical solutions. Welcome to a new era of efficient job hunting!
Branch: update-mutation
Models were refactored with this changes:
User model was updated with a property called jobsApplied that is an array of objects and has the reference of the Jobs model were the jobs applications will be stored in our DB as a new collection.
Job model was updated with a new property called userID that will contain the id of the user that is creating the job application.
Branch: update-mutation Models were refactored with this changes:
User model was updated with a property called jobsApplied that is an array of objects and has the reference of the Jobs model were the jobs applications will be stored in our DB as a new collection.
Job model was updated with a new property called userID that will contain the id of the user that is creating the job application.