Skip to content

cgynb/jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jobs

Flask Python

a back end of a platform called 毕业剩转圈圈

Startup this project

  1. activate your virtual environment
  2. use pip install -r package.txt command
  3. paste these code into flask-socketio/__init__.py
    def participants(room=None, namespace=None):
        socketio = flask.current_app.extensions['socketio']
        namespace = namespace or flask.request.namespace
        return [sid for sid, _ in socketio.server.manager.get_participants(namespace, room)]
  4. use flask start --port {port} or python app.py (default port is 5000) to start the project

success:

(venv) > flask start --port 5000
(16528) wsgi starting up on http://0.0.0.0:5000

Usage

In this project we provide 5 main function to those who were graduated but didn't find a job so that they could get more information about how to find jobs in China.

url: http://47.112.108.202/

  1. job recommend
  2. plenty of article
  3. resume
  4. forum
  5. chat

1. jobs recommend

We get more than 300000 jobs information and use these information to anlyse which job suits you.And provide comparison of horizontal and vertical.

example

2. plenty of articles

In this part, we provide some useful articles for you to read.

example

3. resume

In order to get a job, the first thing is to have a resume. So ...

example

4. forum

You could provide your confusion or answer others questions. And if you were in dilemma, you could raise a vote to help yourself to do you'r decision.

example

5. chat

This is not only a platform you could get jobs information, but also a community of graduates. So we think friends system should be built.

example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages