Code Monkey home page Code Monkey logo

job-tracker's Introduction

Jager

Organize your job hunt.

Team

  • Product Owner: Valerie Ernst
  • Scrum Master: Iana Andrychowicz
  • Development Team Members: Nick Fortner, Aprajita Jain, Nikshala

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Jager is meant to simplify the job hunting process. It is a place to store and track job applications, keep up on current events, and identify stregths and weaknesses in the journey to employment.

To use the app, create a username and password through the signup page, then login. Once inside, you can add, remove, or edit job postings. The convenient summary view allows you to see all of your applications in one place while the expanded view allows you to dig into the details of evrey prospective job. You can be sure you are prepared for your interveiws by checking out current events for each company with the Get News feature.

You can also keep track of your performace

Tech Stack

Angular for the front end Node.js with Express for the server MongoDB with Mongoose as an ORM

Development

Installing Dependencies

From within the root directory:

  1. Run npm install
  2. For local environments, create a config.js file that contains an export of a db object with a username and password. Here is a sample format:

module.exports = { db: { user: 'yourUsername', password: 'yourPassword' } };

  1. For local environments, create a configGoogle.js file that contains info for the google API. Here is a sample: module.exports.googleConfig = { "GOOGLE_API_URL":"https://www.googleapis.com/customsearch/v1", "SEARCH_ENGINE_ID":"yourEngineID", "API_KEY":"yourAPIKey" };

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines. COMMIT STANDARD: "WHAT ACTION: what you did {initials}" example: "FEATURE: created search bar {I.A.}"

job-tracker's People

Contributors

aprajita90 avatar ianaa avatar nikshalavelayutham avatar nwfortner avatar valerieernst avatar

Stargazers

 avatar

Watchers

 avatar

job-tracker's Issues

Update readme and the rest of the documentation

Jager

Pithy project description

Team

  • Product Owner: teamMember
  • Scrum Master: teamMember
  • Development Team Members: teamMember, teamMember

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions

Requirements

  • Node 0.10.x
  • Redis 2.6.x
  • Postgresql 9.1.x
  • etc
  • etc

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

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.