job web demo
1.0.0
Based on Flask/Jinja2/Bootstrap/MySQL development, it imitates the style of Lagou.com to realize the necessary functions of the recruitment website.
$ pip3 install -r requirements.txt Modify job_web/config.py according to your own situation
Mainly the link to SQLALCHEMY_DATABASE_URI database
Create a database based on the library name in the above configuration
To command line terminal, first enter the project directory, and then execute the following commands in turn:
$ export FLASK_APP=manage.py
# windows 系统:set FLASK_APP=manage.py
$ flask db init
$ flask db migrate
$ flask db upgradeExecutable test_data.py to generate some random data




