JobAWay Flask Documentation 1.0.0

Thank you very much for your purchase!

If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via our Support mail : Support

Introduction

Jobaway Flask is a modern, clean, and fully responsive recruitment and staffing agency template built with the Flask framework. Designed for HR agencies, job boards, and consulting firms, it provides a solid foundation for developing dynamic career portals. This Flask version leverages the simplicity and flexibility of Flask 2+, with built-in authentication, role-based access control, and modular blueprint architecture. Jobaway Flask includes admin and candidate dashboards, job posting and application features, and follows Flask best practices for performance and scalability. Whether you're building a recruitment site or a corporate HR portal, Jobaway gives you the tools and flexibility to launch your project quickly.

Installation

To setup the theme, follow below-mentioned steps

  • Download and Extract the Zip File:
    • Download the zip file containing all files integrated with Flask. Extract the contents of the zip file to your desired location.

  • Install Python and Flask:
    • Make sure Python (We recommend version 3.12.3) and Flask (We recommend version 3.0) are installed on your machine. If not already installed, you can download and install Python from the official website. To install Flask, you can use pip:
    npm install
  • Running the Flask Application:
    • Make sure Python (We recommend version 3.12.3) and Flask (We recommend version 3.0) are installed on your machine. If not already installed, you can download and install Python from the official website. To install Flask, you can use pip:
    • python app.py
  • Editing JobAWay Template
    • Before all that you have to edit your template and place your own contents by replacing old demo contents, in this case, you will need a code editor such as – VScode, Sublime Text etc.

File Structure

├──  __pycache__ /
├──  static /
│   ├──  css/
│   ├──  fonts/
│   ├──  images/
│   ├──  js/
├──  templates /
│   ├──  blog/
│   ├──  home/
│   ├──  loyouts/
│   ├──  pages/
│   ├──  partials/
│   ├──  solutions/
├──  __init__.py
├──  app.py
├──  blogViews.py
├──  homeViews.py
├──  pagesViews.py
├──  solutionsViews.py
├──  Documentation
    └── index.html - Index file for documentation.

Flask Structure

{% extends './layouts/layout.html' %}

{% block css %}
    <link rel="stylesheet" href="/static/css/module-css/page-title.css">
    <link rel="stylesheet" href="/static/css/module-css/news.css">
    <link rel="stylesheet" href="/static/css/module-css/blog-sidebar.css">
    <link rel="stylesheet" href="/static/css/module-css/subscribe.css">
    <link rel="stylesheet" href="/static/css/module-css/footer.css">
{% endblock %}

{% block content %}

    <!-- sidebar-page-container -->
    <section class="sidebar-page-container p_relative pt_110 pb_120">
        <div class="auto-container">
            <div class="row clearfix">
                <div class="col-lg-4 col-md-12 col-sm-12 sidebar-side">
                    .....   .....   .....   .....   .....
                </div>
                <div class="col-lg-8 col-md-12 col-sm-12 content-side">
                    .....   .....   .....   .....   .....
                </div>
            </div>
        </div>
    </section>
    <!-- sidebar-page-container end -->

{% endblock content %}
                            

CSS

JobAWay Built with latest version of CSS3.

File Name Details
css/animate.css animate CSS
css/bootstrap.css bootstrap CSS
color.css color CSS
elpath.css elpath CSS
flaticon.css flaticon CSS
font-awesome-all.css font-awesome-all
jquery-ui.css jquery-ui
css/jquery.fancybox.min.css jquery.fancybox.min CSS
css/nice-select.css nice-select CSS
css/odometer.css odometer Css
css/owl.css owl Css
css/responsive.css responsive Css
css/rtl.css rtl Css
css/style.css Style Css

Javascript

JobAWay Built with Javascript

File Name Details
plugins/appear.js Appear js
plugins/bootstrap.min.js bootstrap min Js
plugins/bxslider.js bxslider js
plugins/gsap.js gsap Js
plugins/isotope.js isotope Js
jquery.circleType.js jquery circleType Js
js/wow.js All Custom js files

Support

Thank you for become a part of us. If you have any query, suggestion and complain. Contact us anytime. If you have any questions that are beyond the scope of this documentation, please feel free to email us via our Support mail : Support

Changelog

1.0.0 - 28th July 2025

General

Initial Released

© 2025 JobAWay