Currently being hosted on http://www.wewrk.ca
Node (currently using 11)
npm install
node index.js
node api.js
- index.js - Scraper program
- api.js - Hosts the Express API, which has a single endpoint of /search.
- wrkDB.js - MySQL DB Helper functions with all queries. Used by index.js to insert Job Postings, and api.js to handle the search queries.
cd frontend/wewrk
npm install
cd frontend/wewrk
npm run serve
cd frontend/wewrk
npm run build