Throw away those spreadsheets and todo apps!
Clever Job Hunter is a central location where you can keep information about positions, companies, and contacts related to jobs that you've applied for or would like to apply.
…but if you want a spreadsheet, we do offer the ability to export information in a .csv format.
- MongoDB
- Express
- AngularJS
- node.js
- Webpack
- deployed via Heroku
- Download the files
- Set up database
- Download MongoDB
- Start the database
mongod --dbpath [path to your MongoDB folder here]
- Set up the server
cd cleverjobserver
andnpm install
- Start the server
npm start
(in a new terminal window)
- Set up the frontend
- New terminal window and
cd cleverjobhunter
npm install
andnpm start
- Navigate to
localhost:8080
in a web browser
- Server runs on
localhost:3000
by default - Frontend runs on
localhost:8080
by default
cd app
and npm run test