Module backend.app

This is the main file for the backend. This is the file that is run when starting up the backend for JobTrackr. It contains all the API routes for the application.

Functions

def add_application()
Add application to an account with selected email ID.
def add_question()
Add question to a profile with selected email ID.
def clear_profile()
View profile
def create_profile()
Creating profile
def delete_application()
Delete application associated with selected email.
def delete_file()
Delete one's files from cloud storage
def delete_question()
Delete question to a profile with selected email.
def download_file()
View your files directly from cloud
def generate_cv()
Generates a Cover Letter from a resume and job description
def hello()
Welcome Page
def login()
Login to get to the dashboard to access various functions
def logout()
Log out of your account
def modify_application()
Modify application.
def modify_profile()
Modify profile
def modify_question()
Modify question to a profile with selected email ID.
def register()
Register if you do not already have an account
def resume_suggest()
Provides suggestions for a resume to tailor it to a job description
def upload_file()
Uploads file to Amazon S3 bucket
def view_applications()
View applications associated with the selected email ID
def view_files()
View your files directly from cloud
def view_profile()
View profile
def view_questions()
View questions associated with the selected email ID