JOB.searchify() is a job search engine and resume builder geared towards the tech industry.
Our team was inpsired by the turning point we are entering in our web development career. Following the completion of our bootcamp we will step out into the tech world looking for a place to land hoping to successfully use the skills we have learned and continue to learn as we grow in our new positions. We wanted to provide a tool that would help in the process of finding and preparing for the perfect job.
To get started, fork this repo into a text editor, then install the node package into your repo using the command line and add the below text into your server/.env.
npm installJWT_SECRET='126433f5d42c19a62f0b0d40104e73b5b4b2c48d8e277fccbc21faed0a56c40c533c33'
JWT_EXPIRE='15min'Once completed, open the main repo file titled fgp_job_searchify in the command line by right-clilcking and selecting 'Open in Integrated Terminal' and enter the following:
Run seed first to implement data into the database..
node seeds/job-seed.jsThen launch the program using the below command..
npm startMongoDB HTML, CSS, Vanilla.js, jQuery Express.js Node.js (various packages) React (various packages) MongoDB/Mongoose Bootstrap/React-Bootstrap
- Inna Arabejo
- Matt Jackson
- Jonathan Johnson
- Caitlin Stevenson
MIT License
Copyright (c) 2022 Inna Arabejo, Matt Jackson, Jonathan Johnson, and Caitlin Stevenson
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



