Giter VIP home page Giter VIP logo

job-spotter's Introduction

JobSpotter

Search, Compare, Apply

Search for open positions in your desired geographical locations and industries. Simply click on a map marker, or make specific location and title searches, to view the jobs list.

Review the available postings to find the role that's best suited to you. Compare average salaries and openings by city and title.

Click on the provided job link to view the source of the posting and apply to the position. Check back in regularly to see the newest postings - jobs are updated daily.

Team

  • Product Owner: Paul Sokolik
  • Development Team Members: Ashwin Aravindan, Chris Staton, Timmy Luong

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Testing
  5. Deployment
  6. Team
  7. Contributing

Usage

Install dependencies

Start MySQL server

mysql.server start
mysql -u root

Run gulp

gulp

Requirements

  • backbone: 1.2.1
  • bcrypt-nodejs: 0.0.3
  • bluebird: 2.9.30
  • body-parser: 1.13.1
  • bookshelf: 0.8.1
  • chai: 1.9.0
  • cookie-parser: 1.3.5
  • cron: 1.0.9
  • d3-browserify: 3.4.12
  • express: 4.12.4
  • express-method-override: 0.0.3
  • express-session: 1.11.3
  • indeed-api: 1.0.0
  • jquery: 2.1.4
  • jquery-ui-browserify: 1.11.0-pre-seelio
  • knex: 0.8.6
  • mocha: 2.0.1
  • morgan: 1.6.0
  • mysql: 2.7.0
  • node: 0.0.0
  • passport: 0.2.2
  • passport-linkedin-oauth2: 1.2.1
  • passport-local: 1.0.0
  • react: 0.13.3
  • react-d3: 0.3.1
  • request: 2.58.0
  • underscore: 1.8.3

Development

Installing Dependencies

From the root directory:

npm install -g bower
npm install
bower install
mysql.server start

Testing

Must use mocha version 2.0.1 for React testing

npm install [email protected]

Do not remove or rename compiler.js

Do not remove or rename testdom.js

Avoid adding any new files to folder test/

Additional tests should be added in shallowRenderSpec.js or serverSpec.js

Deployment

Heroku: The deployment process will depend upon your source of data and may require additional steps specific to your own implemention.

(Optional) For better performance, add a Google Maps API key in client/index.html by replacing "sensor=true"

(Optional) Use a local file for Google Maps Utility Marker Clusterer rather than the default svn

Remove dist/ folder from .gitignore

Run gulp to update dist/src/build.js

(Recommended) Install a utility that minifies JavaScript files

npm install -g uglifyjs

(Recommended) Minify dist/src/build.js

(Recommended) Rename the minified file as build.js (this fill will be included in index.html)

From the root directory, make a commit from your master branch, then push to Heroku (may require force push)

git add *
git commit
git push --force heroku master

After Heroku confirms deployment, reset the temporary changes by resetting the HEAD of your master branch

git reset HEAD~1
git checkout -- .

To manage your app log in to the Heroku Dev Center

For a tutorial on deployment read https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction

Database

ClearDB MySql

Only needs to be set up once when you deploy the first time to Heroku

Set up your database initially

heroku addons:create cleardb

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

job-spotter's People

Contributors

cstaton avatar sokolikp avatar tcl735 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.