Giter Site home page Giter Site logo

flask-oracom's Introduction

Online Job-Seeker Portal Project using Flask - Python Framework

live at https://amwata.pythonanywhere.com/

-------- Project Tree Structure---------

├── main.py (Main module that runs the project Application)
├── OraApp (Job Portal Application package)
│   ├── admin (Admin Package with routes module)
│   │   ├── __init__.py
│   │   └── routes.py
│   ├── applicants (Applicants Package with routes module)
│   │   ├── __init__.py
│   │   └── routes.py
│   ├── employers (Employers Package with routes module)
│   │   ├── __init__.py
│   │   └── routes.py
│   ├── errors (Errors Package with handlers module for custom errors)
│   │   ├── handlers.py
│   │   └── __init__.py
│   ├── forms.py (Forms Module with Flask Forms Class for generating html forms)
│   ├── __init__.py
│   ├── jobs (Jobs Package with routes module)
│   │   ├── __init__.py
│   │   └── routes.py
│   ├── main (Main Package with routes module)
│   │   ├── __init__.py
│   │   └── routes.py
│   ├── models.py (Modules for creating relational database tables)
│   |
│   ├── static (DIR for including external css, javascript or images)
│   │   ├── admin
│   │   ├── applicant
│   │   ├── css
│   │   ├── employer
│   │   ├── img
│   │   └── js
│   ├── templates (DIR for sub-directories and files with html contents)
│   │   ├── about.html
│   │   ├── admin
│   │   ├── applicants
│   │   ├── base.html
│   │   ├── email.html
│   │   ├── employers
│   │   ├── errors
│   │   ├── forgot_password.html
│   │   ├── index.html
│   │   ├── jobs
│   │   ├── job-search.html
│   │   ├── mail-styles.html
│   │   └── reset_password.html
│   └── utils.py (a module for additional python functions)
├── oracom-env (Project Virtual Environment with installed Flask App requirements)
├── README.md
└── requirements.txt (List of Packages and Modules required for the Application)

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.