Giter VIP home page Giter VIP logo

skills-tracker's Introduction

Skill search

This project helps job seekers track in demand skills, it works by calling the REED API and allowing the user to create bespoke combinations of skills from a predefined list of skills. The user can sign in using Google or Facebook and can save these skill combinations. Once a combination is saved a job is run on a periodic basis to identify the number of jobs available for their skill combination and location.

Requirements

You will need to have Node.js installed to run this project, please visit the node site for install instructions: https://nodejs.org/en/download/

Installation

Once you have NPM installed you can run the following shell commands to install this project:

git clone https://github.com/jb-0/skills-tracker.git
cd skill-search
npm install
cd client
npm install

Environment variables

For assigning environment variables in dev I opted to use https://www.npmjs.com/package/dotenv, however you can use your preferred approach to assigning environment variables.

  • DEV_DB_PATH - The path to your development mongo instance, for example mongodb://127.0.0.1:27017/skillsearch
  • SESSION_SECRET - A secret used for session generation
  • TEST_USER - An email address used for authenticating a user while running tests
  • TEST_USER_PASSWORD - A password for authenticating the test user
  • TEST_USER_2 - A different email address used for authenticating a user while running tests
  • TEST_USER_PASSWORD_2 - A password for authenticating the test user
  • REED_B64 - REED API key converted to base64 https://www.reed.co.uk/developers/jobseeker
  • LOGIN_REDIRECT - In dev this will be http://localhost:3000/profile
  • LOGOUT_REDIRECT - In dev this will be http://localhost:3000/

Per the passport.js strategy documentation (http://www.passportjs.org/packages/) you need to acquire a number of secrets from auth providers, specifically:

  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • FACEBOOK_APP_ID
  • FACEBOOK_APP_SECRET

Running the application

To run the app you can execute the following commands in the project root directory:

node server.js
cd client
npm start

Using your preferred web browser you can navigate to localhost:3000 to view and use the app.

skills-tracker's People

Contributors

depfu[bot] avatar jb-0 avatar snyk-bot avatar

Watchers

 avatar

skills-tracker's Issues

BE Tests

  • Update to support ts
  • Run in CI

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.