Skip to content

leangchhean7/JobListing

Repository files navigation

Job Listing

Sample Project build with Python Programming language and Flask Framework for show list of job advertisting (like camhr.com).😊

Basic feature of this website:

  • View All Job that Advertising on website.
  • Search Job by Cagegory
  • View Job Details
  • Send Email
  • Update Job from admin panel (add, delete,....)
  • User Authentication

Environment

  • Python 2.7
  • Flask Framework 0.12
  • SQLAlchemy 2.1
  • sqlalchemy-1.1.5
  • jinja2 2.9.5

Reqirement Login to Admin Panel:

IDE

  • Pycharm Community Edition 2016.3.2
  • Sublime Text 3

Installation & How to Use:

In Terminal:

  1. Clone or Download this project

  2. Go to Project Folder JobListing with command

    $ cd JobListing
  3. Install some module with below command:

    $ pip install Flask
    $ pip install Flask-Login
    $ pip install flask_sqlalchemy
    $ pip install flask_login
    $ pip install sqlalchemy
    
  4. Run with command:

    $ python view.py
    
  5. Go to browser:

In IDE Pycharm Windows:

  1. Open Prject Downloaded with Pychram
  2. install module ( File -> Settings -> Project:JobList -> Project Interpreter -> Add (+) new module -> ...

3. Run :

  1. Let's Test in browser ⛳

Routing:

  1. Login Admin Page: http://127.0.0.1:5000/login
  2. Home Page: http://127.0.0.1:5000
  3. Admin Panel: http://127.0.0.1:5000/admin_panel

Contact Us:

About

Website Job List build with Python and flask framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published