Our goal with Planet jobs is to build a job search app, that allows for high-school students to find jobs quickly! We get our job data from various job boards, and then run the jobs through our classfication service, which outputs jobs that are most likely suited for high-school students.
*Ensure you have NODEJS and Python 3 installed on your laptop before proceeding. *Ensure you have configured your MySQL server before starting up the Loopback API server. *Note the frontend was done by my good friend Lucas.
Clone the repo
cd JobSearchApp
- run
npm install
- run
node .
to start up the loopback api
- go to
https://github.com/lnogueir/frontendJobs
- follow the repos README
cd scrapers
npm install
node server.js
- go to
https://github.com/jeverd/publishing-service
- clone the repo
npm install
node server.js
- go to
https://github.com/jeverd/classfication
- clone the repo
pip install requirements.text
python app.py
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request