Giter Site home page Giter Site logo

eelisk / internshipper Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2.09 MB

NOTE: currently not hosted anywhere. Contact me if you wish to use this platform. Polls and notifies when internship positions matching given criteria become available in the Jobiili platform

Home Page: https://internshipper.io/

Python 9.39% Dockerfile 0.12% HTML 1.24% TypeScript 87.51% JavaScript 0.49% HCL 0.72% Shell 0.53%
lifehack studies internships college

internshipper's Introduction

internshipper

Client Server

Overview ๐Ÿ‘ฉโ€๐Ÿ”ฌ

Why

  • Many students have their studies involuntarily prolonged due to a small supply of mandatory internship positions throughout their studies
  • These positions are often filled within the first couple minutes of publication, leaving many student without an internship position
  • internshipper.io helps these students find an internship position without the need to check for new positions daily

How

  • The students provide their credentials to the platform, criteria for a desired internship position, and email verification
  • In return, the platform will frequently poll for such internship positions, and notify the user via email, when a new position is found.
  • A user can delete this subscription at any time, including personal data, and found positions. No strings attached

Notes

  • Contact me if you wish to expand the implementation of internshipper.io to cover other haka logins

Development ๐Ÿ‘ฉโ€๐Ÿ’ป

Client

  • Running client dev server:
    • A proxy is enabled if needed. Requires a running web container.
$ yarn start
  • Building the client
$ yarn build
  • Running linter
$ yarn lint
  • Running tests
$ yarn test

Server

  • Running the app e2e:
$ # First make sure your client is built
$ docker-compose up --build nginx
  • Running backend tests
$ # Requires mongo, so docker is the easiest option
$ docker-compose up --build test-server
  • Running backend linter
$ pipenv run lint
$ # OR
$ docker-compose up --build lint-server
  • Connecting to mongo:
$ docker exec -it $(docker ps -f name=internshipper_mongo -q) bash
$ mongo -u root -p root --authenticationDatabase admin

internshipper's People

Stargazers

 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.