Code Monkey home page Code Monkey logo

joboboflow's Introduction

JoboboFlow

JoboboFlow aids users in their job hunting process by providing tracking & data visualization tools.

Deployed Site Link

Features

Some of the features that make JoboboFlow really awesome include:

  • Task tracking

  • Data visualization

Why use JoboboFlow?

It's cumbersome to create and manage your job-hunt tracking system. Joboboflow fills that role of consolidating information that's most useful to users.

How?

JoboboFlow collects data on the jobs its users apply to and saves the data into a MySQL database. This data is then queried to render job info to users.

Technical Aspects

Built With

Node modules Used

Middleware

CDN's

Relations

Here's our models

Routes

Here's our routes -minus the body content.

router.get('/cohort',function(req,res) {
});

router.get("/api/cohort/:id/users",function(req,res) {
});

router.get('/admin',function(req,res) {
});

router.get('/', function (req, res) {
});

router.get('/chart', function (req, res) {
});

router.get("/api/admin/cohort/:id?/job-table",function(req,res) {
});

router.get("/api/jobs", function (req. res) {
});

router.get("/api/admin/cohort/:id?/users/:id?/job-search",function(req,res) {
});

router.post('/job/add', function (req, res) {
});

router.put("/job/changeLoc:id", function(req, res) {
});

router.put("/job/delete/:id",function(req,res){
});

router.post('/user/add', function(req, res) {
});

router.get('/user:id', function(req, res) {
});

router.get('/user/:id/jobs', function(req, res) {
});

router.post('/user/exists',function(req,res) {
});

router.post('/user/authenticate',function(req,res) {
});

Stretch Goals

  • Add a trash can that collects denied applications.
  • Finish adding a login functionality for an Admin.
  • Render jobs to users from the Indeed API.
  • Implement Google OAuth with passport
  • Add line graph data visualizations

Authors

  • Kitty Shen
  • Unobtainiumrock
  • Hannah Lim
  • Alexandra Goodwin

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

joboboflow's People

Contributors

alexgood1 avatar hannahlim213 avatar kittyshen avatar unobtainiumrock avatar

Watchers

 avatar  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.